Skip to content

Commit c25c996

Browse files
committed
Switch to the system-provided version of octomap.
This ensures that we have a consistent ABI between this package and any other packages in the system that use it. We'll eventually be removing the ROS-provided octomap package to ensure we don't run into future problems. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent 1891a49 commit c25c996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<depend>libqt5-gui</depend>
2222
<depend>libqt5-widgets</depend>
2323
<depend>octomap_msgs</depend>
24-
<depend>octomap</depend>
24+
<depend>liboctomap-dev</depend>
2525
<depend>qtbase5-dev</depend>
2626
<depend>rclcpp</depend>
2727
<depend>rviz_common</depend>

0 commit comments

Comments
 (0)