|
19 | 19 | <depend>controller_interface</depend> |
20 | 20 | <depend>controller_manager_msgs</depend> |
21 | 21 | <depend>diagnostic_updater</depend> |
| 22 | + <depend>fmt</depend> |
| 23 | + <depend>generate_parameter_library</depend> |
22 | 24 | <depend>hardware_interface</depend> |
23 | | - <depend>launch</depend> |
24 | | - <depend>launch_ros</depend> |
| 25 | + <depend>libstatistics_collector</depend> |
| 26 | + <depend>lifecycle_msgs</depend> |
25 | 27 | <depend>pluginlib</depend> |
26 | 28 | <depend>rclcpp</depend> |
27 | | - <depend>rcpputils</depend> |
28 | 29 | <depend>realtime_tools</depend> |
29 | | - <depend>ros2_control_test_assets</depend> |
30 | | - <depend>ros2param</depend> |
31 | | - <depend>ros2run</depend> |
32 | 30 | <depend>std_msgs</depend> |
33 | | - <depend>libstatistics_collector</depend> |
34 | | - <depend>generate_parameter_library</depend> |
35 | | - <depend>fmt</depend> |
| 31 | + |
| 32 | + <exec_depend>launch_ros</exec_depend> |
| 33 | + <exec_depend>launch_testing_ros</exec_depend> |
| 34 | + <exec_depend>launch</exec_depend> |
36 | 35 | <exec_depend>python3-filelock</exec_depend> |
| 36 | + <exec_depend>python3-yaml</exec_depend> |
| 37 | + <exec_depend>rcl_interfaces</exec_depend> |
| 38 | + <exec_depend>rclpy</exec_depend> |
| 39 | + <exec_depend>ros2param</exec_depend> |
| 40 | + <exec_depend>sensor_msgs</exec_depend> |
37 | 41 |
|
38 | 42 | <test_depend>ament_cmake_gmock</test_depend> |
39 | 43 | <test_depend>ament_cmake_pytest</test_depend> |
| 44 | + <test_depend>example_interfaces</test_depend> |
40 | 45 | <test_depend>hardware_interface_testing</test_depend> |
41 | | - <test_depend>launch_testing_ros</test_depend> |
42 | 46 | <test_depend>launch_testing</test_depend> |
43 | | - <test_depend>launch</test_depend> |
44 | 47 | <test_depend>python3-coverage</test_depend> |
45 | | - <test_depend>rclpy</test_depend> |
46 | 48 | <test_depend>robot_state_publisher</test_depend> |
47 | 49 | <test_depend>ros2_control_test_assets</test_depend> |
48 | | - <test_depend>sensor_msgs</test_depend> |
49 | | - <test_depend>example_interfaces</test_depend> |
| 50 | + <test_depend>ros2pkg</test_depend> |
50 | 51 |
|
51 | 52 | <export> |
52 | 53 | <build_type>ament_cmake</build_type> |
|
0 commit comments