Skip to content

Commit 482563b

Browse files
authored
Merge pull request #26 from alvgaona/jazzy-fix
Add ament_index_cpp as a dependency
2 parents d9beaf4 + 808ff23 commit 482563b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ set(PROJECT_DEPENDENCIES
2828
tf2_geometry_msgs
2929
nav_msgs
3030
px4_msgs
31+
ament_index_cpp
3132
)
3233

3334
foreach(DEPENDENCY ${PROJECT_DEPENDENCIES})

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<test_depend>ament_lint_auto</test_depend>
2727
<test_depend>ament_lint_common</test_depend>
2828
<test_depend>ament_cmake_gtest</test_depend>
29+
<test_depend>ament_index_cpp</test_depend>
2930

3031
<export>
3132
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)