Skip to content

Commit ef1f6c6

Browse files
committed
Switch to the system-provided octomap library.
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 <clalancette@gmail.com>
1 parent 9940358 commit ef1f6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octomap_server/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<buildtool_depend>ament_cmake_auto</buildtool_depend>
1717

1818
<depend>geometry_msgs</depend>
19+
<depend>liboctomap-dev</depend>
1920
<depend>libpcl-all-dev</depend>
2021
<depend>message_filters</depend>
2122
<depend>nav_msgs</depend>
22-
<depend>octomap</depend>
2323
<depend>octomap_msgs</depend>
2424
<depend>octomap_ros</depend>
2525
<depend>pcl_conversions</depend>

0 commit comments

Comments
 (0)