gazebosim / gz-physics

Abstract physics interface designed to support simulation and rapid development of robot applications.
https://gazebosim.org
Apache License 2.0
64 stars 42 forks source link

dartsim: To not call dart::collision::GzOdeCollisionDetector::create() in ConstructEmptyWorld #674

Closed traversaro closed 3 months ago

traversaro commented 3 months ago

🦟 Bug fix

Fixes problem described in https://github.com/gazebosim/gz-sim/issues/18#issuecomment-2301643365 .

Summary

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.

traversaro commented 3 months ago

Unfortunately, this does not work as it is possible that one never calls the SetWorldCollisionDetector method.