-
Notifications
You must be signed in to change notification settings - Fork 699
Set Bullet as the exclusive collision detection algorithm. #584
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
Conversation
felixvd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't know that that's possible. I can't think of many reasons why you would want to switch collision detection algorithms, so if this works it's fine with me.
doc/bullet_collision_checker/src/bullet_collision_checker_tutorial.cpp
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix von Drigalski <FvDrigalski@gmail.com>
j-petit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
davetcoleman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a thought: should this exclusive argument default to true in the main moveit repo?
|
@AndyZe needs clang-format run to pass CI |
I don't think it's worth changing. In MoveIt2, this argument went bye-bye completely. |
Co-authored-by: Felix von Drigalski <FvDrigalski@gmail.com>
This sets Bullet as the exclusive collision detection algorithm and adds a comment. I believe it's not well-known that MoveIt was designed to maintain a list of collision detection algorithms and switch between them at runtime. However, this is an advanced feature that is not well-tested and I already found one bug. So I don't think we should be recommending it to the world.
The documentation on this exclusive arg is here.