dart icon indicating copy to clipboard operation
dart copied to clipboard

[Err] [DARTPhysics.cc:760] The use of the ODE collision detector with DART is disabled because it causes conflicts with the version of ODE used in Gazebo.

Open trns1997 opened this issue 4 years ago • 5 comments

I am using Gazebo 11.0.0 and have installed it from source (using the following instructions: http://gazebosim.org/tutorials?tut=install_from_source&cat=install). I wish to use ODE collision detection but I get he following error. I was wondering if someone could enlighten me with the following error. And if it is a problem with dart or just gazebo.

trns1997 avatar Jan 27 '21 16:01 trns1997

This is an issue in Gazebo. See https://github.com/dartsim/dart/issues/1425#issuecomment-555672526.

azeey avatar Jan 27 '21 18:01 azeey

Unfortunately the bitbucket link doesn't exist anymore. Do you by any change have any suggestions to resolve this conflict?

trns1997 avatar Jan 27 '21 19:01 trns1997

The archived PR is at https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-requests/2956/page/1. I don't have a suggestion that seems tractable. Have you looked into using ign-gazebo? It uses DART with ODE as the collision detector.

azeey avatar Jan 27 '21 22:01 azeey

I will give it a try today and keep you posted, thanks

trns1997 avatar Jan 28 '21 08:01 trns1997

    <physics type="dart">
      <collision_detector>dart</collision_detector>
    </physics>

I opted for the above work around. Where I use darts collision detector, but replaced my collision mesh with a cuboid. Seems to do the job.

trns1997 avatar Jan 29 '21 10:01 trns1997