Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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. #1535

Open
trns1997 opened this issue Jan 27, 2021 · 5 comments
Labels
type: bug Indicates an unexpected problem or unintended behavior

Comments

@trns1997
Copy link

trns1997 commented Jan 27, 2021

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 trns1997 added the type: bug Indicates an unexpected problem or unintended behavior label Jan 27, 2021
@azeey
Copy link
Contributor

azeey commented Jan 27, 2021

This is an issue in Gazebo. See #1425 (comment).

@trns1997
Copy link
Author

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

@azeey
Copy link
Contributor

azeey commented Jan 27, 2021

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.

@trns1997
Copy link
Author

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

@trns1997
Copy link
Author

trns1997 commented Jan 29, 2021

    <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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants