Skip to content

Commit 0989d4f

Browse files
committed
Switch to the system dependency for octomap.
This ensures that we have a consistent ABI between this package that uses octomap, and anything else in the system that might use it. We'll eventually be remove the octomap that we currently have vendored within ROS itself so we can ensure this. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
1 parent 1c6f0a1 commit 0989d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<depend>eigen</depend>
2929
<depend>boost</depend>
3030
<depend>assimp</depend>
31-
<depend>octomap</depend>
31+
<depend>liboctomap-dev</depend>
3232
<depend>eigenpy</depend>
3333

3434
<!-- The following tag is recommended by REP-136 -->

0 commit comments

Comments
 (0)