Skip to content

Commit a3a5325

Browse files
committed
chore: Update package.xml to include ros2_control_cmake as a build dependency
1 parent d8b7687 commit a3a5325

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,22 @@
1212
<author email="[email protected]">Sungho Woo</author>
1313
<author email="[email protected]">Woojin Wie</author>
1414
<author email="[email protected]">Wonho Yun</author>
15+
1516
<buildtool_depend>ament_cmake</buildtool_depend>
17+
18+
<build_depend>ros2_control_cmake</build_depend>
19+
1620
<depend>rclcpp</depend>
1721
<depend>hardware_interface</depend>
1822
<depend>pluginlib</depend>
1923
<depend>realtime_tools</depend>
2024
<depend>dynamixel_sdk</depend>
2125
<depend>std_srvs</depend>
2226
<depend>dynamixel_interfaces</depend>
23-
<depend>ros2_control_cmake</depend>
27+
2428
<test_depend>ament_lint_auto</test_depend>
2529
<test_depend>ament_lint_common</test_depend>
30+
2631
<export>
2732
<build_type>ament_cmake</build_type>
2833
</export>

0 commit comments

Comments
 (0)