RobotLocomotion / drake

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

Use consistent epsilon values for testing inertia and reporting errors. #22217

Open mitiguy opened 2 days ago

mitiguy commented 2 days ago

The epsilon used to test for an invalid inertia differs from the epsilon = 0 used to report an error (in the error message).


This change is Reviewable