RobotLocomotion / drake

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

Remove temporary DRAKE_DEMANDs #21469

Closed amcastro-tri closed 1 month ago

amcastro-tri commented 1 month ago

We added a number of DRAKE_DEMANDs in SapDriver::AddContactConstraints() during a transition period in PR #20913. In that PR we explicitly loaded NANs to mark not yet supported configurations (in this case deformables + HuntCrossley contact constraints). Now that the feature is complete and those configurations are supported, these DEMANDs can go away.


This change is Reviewable