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

Add ODE collision detector #861

Merged
merged 19 commits into from
Apr 14, 2017
Merged

Add ODE collision detector #861

merged 19 commits into from
Apr 14, 2017

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented Mar 28, 2017

This PR adds the ODE collision detector support to DART.

The supported shape types are sphere, box, capsule, cylinder plane, and mesh; and the unsupported types are ellipsoid, cone, multi-sphere, and soft mesh.

The ODE collision detector only supports collision detection queries but not distance queries.

The ODE collision detector is only enabled when ODE 0.11 or later is installed on the system.

@jslee02 jslee02 added this to the DART 6.2.0 milestone Mar 28, 2017
@jslee02 jslee02 changed the title [WIP] Add ODE collision detector Add ODE collision detector Apr 14, 2017
@jslee02
Copy link
Member Author

jslee02 commented Apr 14, 2017

test_Collision fails due to a bug in BulletCollisionDetector. Will take care of this in a separate pull request. Merging this PR.

@jslee02 jslee02 merged commit 48a5aaf into master Apr 14, 2017
@jslee02 jslee02 deleted the feature/ode_collision_detector branch April 14, 2017 20:39
@jslee02 jslee02 mentioned this pull request Nov 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant