Skip to content

Commit

Permalink
added test depends
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Oct 19, 2023
1 parent 7c95bd6 commit 53570bc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions rosbot_xl_controller/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@

<exec_depend>rosbot_hardware_interfaces</exec_depend>

<test_depend>python3-pytest</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_pytest</test_depend>

<test_depend>xacro</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>nav_msgs</test_depend>

<test_depend>rosbot_xl_description</test_depend>
<test_depend>ros_components_description</test_depend>

<test_depend>controller_manager</test_depend>
<test_depend>joint_state_broadcaster</test_depend>
<test_depend>imu_sensor_broadcaster</test_depend>
<test_depend>diff_drive_controller</test_depend>
<test_depend>mecanum_drive_controller</test_depend>

<export>
<build_type>ament_python</build_type>
</export>
Expand Down

0 comments on commit 53570bc

Please sign in to comment.