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

[exotica_collision_scene_fcl_latest] Switch to FCL on Noetic, use fcl_catkin on older distros #735

Merged
merged 3 commits into from
Apr 9, 2021

Conversation

wxmerkt
Copy link
Collaborator

@wxmerkt wxmerkt commented Apr 3, 2021

ros-noetic-fcl has now been released into Noetic. This makes FCL 0.6.x
available directly via the ROS buildfarm and reduces the need for
fcl_catkin. Since we further cannot generate safe search paths
(exotica_core depends on moveit which depends on fcl.0.6 and this
library depends on fcl_catkin.0.6), replacing the use of fcl_catkin with
FCL on Noetic is the appropriate step to take. To keep backwards
compatibility with older distros (Melodic), we conditionally switch
between fcl_catkin and ros-noetic-fcl in this package.

…_catkin on other distros

ros-noetic-fcl has now been released into Noetic. This makes FCL 0.6.x
available directly via the ROS buildfarm and reduces the need for
fcl_catkin. Since we further cannot generate safe search paths
(exotica_core depends on moveit which depends on fcl.0.6 and this
library depends on fcl_catkin.0.6), replacing the use of fcl_catkin with
FCL on Noetic is the appropriate step to take. To keep backwards
compatibility with older distros (Melodic), we conditionally switch
between fcl_catkin and ros-noetic-fcl in this package.
@wxmerkt
Copy link
Collaborator Author

wxmerkt commented Apr 4, 2021

This PR is blocked until upstream makes a new ros-noetic-fcl release as the current 0.6.1 version has bugs that cause segmentation faults on distance queries (including with our example script). Subsequently we can unrelease fcl_catkin for Noetic and switch to the upstream FCL version.

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