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

Switch to using the system version of octomap. #244

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,7 @@
<depend>eigen_stl_containers</depend>
<depend>console_bridge_vendor</depend>
<depend>libqhull</depend>
<!-- The ros-octomap package version is ABI-incompatible with
the liboctomap-dev system dependency of FCL (libfcl-dev)
used by MoveIt. Until this conflict is resolved, we are
enforcing the use of liboctomap-dev by declaring the
libfcl-dev dependency here (lacking a liboctomap-dev target)
and by setting a library version filter in the CMakeLists.txt.
See https://github.com/moveit/moveit2/issues/2862
<depend>octomap</depend>
-->
<depend>libfcl-dev</depend>
<depend>liboctomap-dev</depend>
<depend>random_numbers</depend>
<depend>resource_retriever</depend>
<depend>shape_msgs</depend>
Expand Down
Loading