RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.19k stars 1.24k forks source link

Implements MultibodyPlant::GetConstraintIds() #21483

Closed RussTedrake closed 1 month ago

RussTedrake commented 1 month ago

Resolves #21482. At minimum, this enables one to remove constraints from the plant that might have been added during parsing, without using internal methods (which are not bound in pydrake).

+@amcastro-tri for feature review, please.


This change is Reviewable