Skip to content

Commit aea2ccd

Browse files
authored
Add missing test dependencies for ur_controllers (#1215)
1 parent 25bbede commit aea2ccd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ur_controllers/package.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<depend>angles</depend>
2727
<depend>controller_interface</depend>
2828
<depend>geometry_msgs</depend>
29+
<depend>hardware_interface</depend>
2930
<depend>joint_trajectory_controller</depend>
3031
<depend>lifecycle_msgs</depend>
3132
<depend>pluginlib</depend>
@@ -42,6 +43,8 @@
4243
<depend>trajectory_msgs</depend>
4344
<depend>action_msgs</depend>
4445

46+
<test_depend>controller_manager</test_depend>
47+
<test_depend>ros2_control_test_assets</test_depend>
4548

4649
<export>
4750
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)