Skip to content

Commit

Permalink
Add missing test dependencies for ur_controllers (#1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex authored Dec 21, 2024
1 parent 25bbede commit aea2ccd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ur_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<depend>angles</depend>
<depend>controller_interface</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>joint_trajectory_controller</depend>
<depend>lifecycle_msgs</depend>
<depend>pluginlib</depend>
Expand All @@ -42,6 +43,8 @@
<depend>trajectory_msgs</depend>
<depend>action_msgs</depend>

<test_depend>controller_manager</test_depend>
<test_depend>ros2_control_test_assets</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit aea2ccd

Please sign in to comment.