-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement capability to define coupler constraints.
This PR: - Introduces MultibodyPlant::AddCouplerConstraint() to declare coupler constraints. - Update the CompliantContactMnager to build a contact problem including these coupler constraints. - Update the simple_gripper.cc example to showcase this new capability. The SDF model is updated so that now finger positions are symmetric from the center of the gripper.
- Loading branch information
1 parent
b840e2b
commit 3ea2beb
Showing
14 changed files
with
598 additions
and
67 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
Oops, something went wrong.