Skip to content

Commit 3f3f774

Browse files
Fix test_dependencies
1 parent 8e74ebc commit 3f3f774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example_16/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
<exec_depend>xacro</exec_depend>
3636

3737
<test_depend>ament_cmake_pytest</test_depend>
38-
<test_depend>controller_manager</test_depend>
39-
<test_depend>launch_testing_ros</test_depend>
38+
<test_depend>launch_testing</test_depend>
39+
<test_depend>launch</test_depend>
4040
<test_depend>liburdfdom-tools</test_depend>
41-
<test_depend>xacro</test_depend>
41+
<test_depend>rclpy</test_depend>
4242

4343
<export>
4444
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)