gazebosim / gz-sim

Open source robotics simulator. The latest version of Gazebo.
https://gazebosim.org
Apache License 2.0
621 stars 251 forks source link

Parse and set bullet solver iterations #2351

Closed iche033 closed 1 month ago

iche033 commented 3 months ago

🎉 New feature

Summary

Added support for users to configure the bullet solver iterations.

It parses the //world/physics/bullet/solver/iters SDF param and sets that value to the physics engine using the new Solver feature, SetSolversIterations, introduced in https://github.com/gazebosim/gz-physics/pull/609.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.