Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit dc07b7d

Browse files
committed
add visualization_msgs depend
1 parent 01f992e commit dc07b7d

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

easynav_octomap_maps_builder/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ find_package(octomap_msgs REQUIRED)
2121
find_package(octomap_ros REQUIRED)
2222
find_package(pcl_conversions REQUIRED)
2323
find_package(pcl_ros REQUIRED)
24+
find_package(visualization_msgs REQUIRED)
2425

2526
find_package(PCL REQUIRED)
2627
include_directories(${PCL_INCLUDE_DIRS})
2728

29+
30+
find_package(Eigen3 REQUIRED)
31+
2832
find_package(ament_cmake_auto REQUIRED)
2933
ament_auto_find_build_dependencies()
3034
find_package(OCTOMAP REQUIRED)

easynav_octomap_maps_builder/package.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<depend>octomap_ros</depend>
1717
<depend>pcl_conversions</depend>
1818
<depend>pcl_ros</depend>
19+
<depend>visualization_msgs</depend>
20+
1921

2022
<test_depend>ament_lint_auto</test_depend>
2123
<test_depend>ament_lint_common</test_depend>

0 commit comments

Comments
 (0)