File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
cm_topic_hardware_component Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ endif()
1111option (BUILD_SHARED_LIBS "Build shared libraries" ON )
1212
1313set (THIS_PACKAGE_INCLUDE_DEPENDS
14- angles
1514 rclcpp
1615 hardware_interface
1716 pal_statistics_msgs
@@ -32,7 +31,6 @@ add_library(
3231 src/cm_topic_hardware_component.cpp
3332)
3433target_link_libraries (${PROJECT_NAME} PUBLIC
35- angles::angles
3634 rclcpp::rclcpp
3735 hardware_interface::hardware_interface
3836 ${pal_statistics_msgs_TARGETS} )
Original file line number Diff line number Diff line change 2020 <buildtool_depend >ament_cmake</buildtool_depend >
2121 <build_depend >ros2_control_cmake</build_depend >
2222
23- <depend >rclcpp</depend >
2423 <depend >hardware_interface</depend >
2524 <depend >pal_statistics_msgs</depend >
25+ <depend >rclcpp</depend >
2626
2727 <test_depend >ament_cmake_gmock</test_depend >
2828 <test_depend >hardware_interface</test_depend >
You can’t perform that action at this time.
0 commit comments