Skip to content

Commit

Permalink
Switch to using the rosdep liboctomap-dev key.
Browse files Browse the repository at this point in the history
That is, instead of taking this dependency from the
ROS distribution, take it from the system.  This is
to ensure that we use a consistent ABI with the
platform-provided liboctomap.

Note that in the near future, we'll be removing the
ROS-provided octomap in favor of only using the
system-provided one.

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

<buildtool_depend>ament_cmake_auto</buildtool_depend>

<depend>octomap</depend>
<depend>liboctomap-dev</depend>
<depend>octomap_msgs</depend>
<depend>sensor_msgs</depend>
<depend>tf2</depend>
Expand Down

0 comments on commit 76f1ea9

Please sign in to comment.