forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support deformable geometries with perception role (RobotLocomotion#2…
…1094) Deformable geometries with perception role registers driven meshes in GeometryState that are driven by the configuration of the control meshes in SceneGraph's configuration update. These driven meshes are registered and rendered in accepting RenderEngines. Miscellaneous features in support of this: * Conversion from RenderMesh to TriangleSurfaceMesh * Conversion of VectorX<T> to VectorX<double> * A new data structure DrivenMeshData that employs the same caching mechanism as KinematicsData
- Loading branch information
1 parent
c6de711
commit b925e46
Showing
11 changed files
with
531 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.