-
Notifications
You must be signed in to change notification settings - Fork 65
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
fcl noetic compatibility #255
Conversation
this->marker_.pose.position.y, | ||
this->marker_.pose.position.z)); | ||
fcl::CollisionObject cobj(this->ptr_fcl_bvh_, x); | ||
// FIXME |
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.
this is reverted in #256
FCL_CollisionObject collision_obj = obstacle->getCollisionObject(); | ||
FCL_DistanceResult dist_result; | ||
FCL_DistanceRequest dist_request(true, 5.0, 0.01); | ||
//FIXME |
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.
this is reverted in #256
this->marker_.pose.position.z)); | ||
|
||
fcl::CollisionObject cobj(this->ptr_fcl_bvh_, x); | ||
// FIXME |
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.
this is reverted in #256
migrate fcl according to http://wiki.ros.org/noetic/Migration#Use_fcl_rosdep_key_instead_of_libfcl-dev
example: peci1/robot_body_filter@db08750
without ipa320@443c0fd there would still be compilation issues
this commit should be reverted and fixed properly in a follow-up PR