Skip to content

Commit

Permalink
Add missing test dependencies for ur_controllers (backport of #1215)
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 21, 2024
1 parent b7fe050 commit d66c4b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ur_controllers/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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 @@ -41,8 +42,9 @@
<depend>trajectory_msgs</depend>
<depend>action_msgs</depend>

<test_depend>controller_manager</test_depend>
<test_depend>hardware_interface_testing</test_depend>

<test_depend>ros2_control_test_assets</test_depend>

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

0 comments on commit d66c4b4

Please sign in to comment.