We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd04fb commit 5987134Copy full SHA for 5987134
CMakeLists.txt
@@ -28,6 +28,7 @@ set(PROJECT_DEPENDENCIES
28
tf2_geometry_msgs
29
nav_msgs
30
px4_msgs
31
+ ament_index_cpp
32
)
33
34
foreach(DEPENDENCY ${PROJECT_DEPENDENCIES})
package.xml
@@ -26,6 +26,7 @@
26
<test_depend>ament_lint_auto</test_depend>
27
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
+ <test_depend>ament_index_cpp</test_depend>
<export>
<build_type>ament_cmake</build_type>
0 commit comments