Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-enable the octomap dependency.
Browse files Browse the repository at this point in the history
This should now work by enabling the system dependency
on octomap, rather than the one built-in to ROS 2 (which
we'll be removing).

Signed-off-by: Chris Lalancette <[email protected]>
clalancette committed Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5e93326 commit 544061c
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
@@ -65,7 +65,7 @@
<!-- Deps for ros1bridge/ros2bridge -->
<depend>cv_bridge</depend>
<depend>libopencv-dev</depend>
<!-- <depend>octomap</depend> --> <!-- Temporarily removed 2024 March due to FTBFS octomap in u24.04 -->
<depend>liboctomap-dev</depend>
<!--<depend>pcl_conversions</depend> WAS: To run unit tests only -->

<depend condition="$ROS_VERSION == 1">rosbag_storage</depend>

0 comments on commit 544061c

Please sign in to comment.