Skip to content
Snippets Groups Projects
Commit 327758e0 authored by Chris Lalancette's avatar Chris Lalancette Committed by Justin Carpentier
Browse files

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: default avatarChris Lalancette <clalancette@gmail.com>
parent 312d47fc
No related branches found
No related tags found
No related merge requests found
Pipeline #41808 failed
......@@ -28,7 +28,7 @@
<depend>eigen</depend>
<depend>boost</depend>
<depend>assimp</depend>
<depend>octomap</depend>
<depend>liboctomap-dev</depend>
<depend>eigenpy</depend>
<!-- The following tag is recommended by REP-136 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment