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 0c93dde commit 546eb70Copy full SHA for 546eb70
CMakeLists.txt
@@ -15,6 +15,7 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
15
endif()
16
17
find_package(ament_cmake REQUIRED)
18
+find_package(angles REQUIRED)
19
find_package(rclcpp REQUIRED)
20
find_package(diagnostic_msgs REQUIRED)
21
find_package(diagnostic_updater REQUIRED)
@@ -104,6 +105,7 @@ target_link_libraries(
104
105
106
ament_target_dependencies(
107
${library_name}
108
+ angles
109
diagnostic_msgs
110
diagnostic_updater
111
geographic_msgs
0 commit comments