Skip to content

Commit

Permalink
Switch to the system-provided octomap library.
Browse files Browse the repository at this point in the history
This ensures that we don't use the ROS-provided one,
which can lead to ABI problems.  We'll eventually remove
the ROS-provided one.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jun 24, 2024
1 parent 9940358 commit ef1f6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octomap_server/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>geometry_msgs</depend>
<depend>liboctomap-dev</depend>
<depend>libpcl-all-dev</depend>
<depend>message_filters</depend>
<depend>nav_msgs</depend>
<depend>octomap</depend>
<depend>octomap_msgs</depend>
<depend>octomap_ros</depend>
<depend>pcl_conversions</depend>
Expand Down

0 comments on commit ef1f6c6

Please sign in to comment.