-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement parsing of coupler constraints #17663
Comments
FYI -- I received another feature request for parsing the |
A few relevant links:
|
Implements parsing support for the `<mimic>` element in URDF. Towards RobotLocomotion#17663. Users could have been using existing URDF models in Drake with mimic tags that were ignored. Now those models will be simulated differently if they are being simulated with DiscreteContactSolver::kSap.
Implements parsing support for the `<mimic>` element in URDF. Towards RobotLocomotion#17663. Users could have been using existing URDF models in Drake with mimic tags that were ignored. Now those models will be simulated differently if they are being simulated with DiscreteContactSolver::kSap.
Implements parsing support for the `<mimic>` element in URDF. Towards RobotLocomotion#17663. Users could have been using existing URDF models in Drake with mimic tags that were ignored. Now those models will be simulated differently if they are being simulated with DiscreteContactSolver::kSap.
@RussTedrake implemented URDF parsing in #18728. |
cross-posting from #20503 (comment) sorry I didn't chime in sooner (I just noticed #20503 after it was merged), but you might consider using the
|
#17639 introduces coupler constraints between two single-dof joints. This is particularly useful to model things like your parallel jaw gripper where you'd like both finger to move in opposition.
As pointed out by @EricCousineau-TRI, we might want to have parsing for this in a not very far future.
The text was updated successfully, but these errors were encountered: