Skip to content

Commit 9ca705d

Browse files
Remove unused angles dependency (#62)
1 parent 753284c commit 9ca705d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

cm_topic_hardware_component/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ endif()
1111
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
1212

1313
set(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
)
3433
target_link_libraries(${PROJECT_NAME} PUBLIC
35-
angles::angles
3634
rclcpp::rclcpp
3735
hardware_interface::hardware_interface
3836
${pal_statistics_msgs_TARGETS})

cm_topic_hardware_component/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
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>

0 commit comments

Comments
 (0)