DART 6.16.5
This is a patch release for the 6.16 LTS line, focused on crash fixes in constraints, dynamics, and parsers.
-
Constraint
-
Fix crash when joint limits are invalid (lower > upper) by emitting a warning and skipping limit enforcement: gz-physics#846
-
Validate contact surface parameters to prevent LCP solver crashes: #2435
-
-
Dynamics
- Validate SphereShape radius to prevent assertion failures with NaN/Inf/non-positive values: #2441
-
Parsers
- Fix null pointer dereference in XmlHelpers getValue* functions: #2429