Skip to content

Conversation

fmessmer
Copy link
Contributor

@fmessmer fmessmer commented May 5, 2021

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

this->marker_.pose.position.y,
this->marker_.pose.position.z));
fcl::CollisionObject cobj(this->ptr_fcl_bvh_, x);
// FIXME
Copy link
Contributor Author

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
Copy link
Contributor Author

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
Copy link
Contributor Author

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

@fmessmer fmessmer merged commit 89ce322 into 4am-robotics:melodic_dev May 5, 2021
@fmessmer fmessmer deleted the fcl_migration branch May 5, 2021 19:01
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