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.
Move all hydroelastic geometry computations into scene graph (RobotLo…
…comotion#12557) 1. Simplify HydroelasticEngine so that it defers to SG for contact surface calculation. - Remove HydroelasticEngine expression specialization. 2. Modify MBP so that it no longer relies on HydroelasticEngine to do geometric work. 3. Modify examples - rolling sphere demo now rolls the sphere on a *box* (instead of a currently unsupported plane). 4. Miscellaneous clean up - MBP_test wasn't testing the MBP::RegisterCollisionGeometry variant that took proximity properties. - mesh_intersection_test.cc tests for surface normal directions. - mesh_intersection no longer returns "empty" contact surfaces. - hydroelastic_callback now handles the case where there is no contact.
- Loading branch information
1 parent
06a510a
commit 753bc66
Showing
17 changed files
with
351 additions
and
936 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
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
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
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.