gz-sim icon indicating copy to clipboard operation
gz-sim copied to clipboard

Parse and set bullet solver iterations

Open iche033 opened this issue 3 months ago • 0 comments

🎉 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

  • [ ] Signed all commits for DCO
  • [ ] Added tests
  • [ ] Added example and/or tutorial
  • [ ] Updated documentation (as needed)
  • [ ] Updated migration guide (as needed)
  • [ ] Consider updating Python bindings (if the library has them)
  • [ ] codecheck passed (See contributing)
  • [ ] All tests passed (See test coverage)
  • [ ] While waiting for a review on your PR, please help review another open pull request to support the maintainers

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.

iche033 avatar Apr 01 '24 20:04 iche033