-
Notifications
You must be signed in to change notification settings - Fork 26
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
One link multiple geom #77
Conversation
Adjacent link collisions should be ignored in SRDF
5438561
to
01e38ec
Compare
01e38ec
to
22e57bf
Compare
* Set FCLObject.pose to Identity when constructing with only object name * Update FCLObject.shapes transform during construction
22e57bf
to
3d83181
Compare
Merging this. @Lexseal Don't forget to check my work |
* @param name: name of the collision object | ||
* @param collision_object: collision object to be added | ||
*/ | ||
// TODO(merge): remove name |
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.
What is this todo for?
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.
FCLObject already contains name. No need to require an extra argument to addNormalObject
.
For the overloaded addNormalObject
taking a CollisionObjectPtr
as input, the name is still required.
Made a wrapper called FCLObject. Did check out Moveit's implementation, but their stuff is broadphase only. This API should be pretty intuitive too. Probably will add documentation as needed but please check it out for suggestions.