Skip to content

DART 6.16.5

Choose a tag to compare

@jslee02 jslee02 released this 22 Jan 04:20
· 886 commits to main since this release
fca9016

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