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

fcl noetic compatibility #255

Merged
merged 3 commits into from
May 5, 2021
Merged

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