Skip to content

Commit e60dace

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Fix dependencies of controller_manager (#2836)
(cherry picked from commit 432ecad) # Conflicts: # controller_manager/CMakeLists.txt # controller_manager/package.xml
1 parent 0ebe8a9 commit e60dace

2 files changed

Lines changed: 41 additions & 9 deletions

File tree

controller_manager/CMakeLists.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
66
endif()
77

88
set(THIS_PACKAGE_INCLUDE_DEPENDS
9+
<<<<<<< HEAD
910
ament_index_cpp
1011
controller_interface
1112
controller_manager_msgs
@@ -14,6 +15,20 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
1415
rclcpp
1516
realtime_tools
1617
std_msgs
18+
=======
19+
controller_interface
20+
controller_manager_msgs
21+
diagnostic_updater
22+
fmt
23+
generate_parameter_library
24+
hardware_interface
25+
libstatistics_collector
26+
lifecycle_msgs
27+
pluginlib
28+
rclcpp
29+
realtime_tools
30+
std_msgs
31+
>>>>>>> 432ecad (Fix dependencies of controller_manager (#2836))
1732
)
1833

1934
find_package(ament_cmake REQUIRED)

controller_manager/package.xml

Lines changed: 26 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,46 @@
1616
<depend>backward_ros</depend>
1717
<depend>controller_interface</depend>
1818
<depend>controller_manager_msgs</depend>
19+
<<<<<<< HEAD
20+
=======
21+
<depend>diagnostic_updater</depend>
22+
<depend>fmt</depend>
23+
<depend>generate_parameter_library</depend>
24+
>>>>>>> 432ecad (Fix dependencies of controller_manager (#2836))
1925
<depend>hardware_interface</depend>
20-
<depend>launch</depend>
21-
<depend>launch_ros</depend>
26+
<depend>libstatistics_collector</depend>
27+
<depend>lifecycle_msgs</depend>
2228
<depend>pluginlib</depend>
2329
<depend>rclcpp</depend>
24-
<depend>rcpputils</depend>
2530
<depend>realtime_tools</depend>
26-
<depend>ros2_control_test_assets</depend>
27-
<depend>ros2param</depend>
28-
<depend>ros2run</depend>
2931
<depend>std_msgs</depend>
32+
<<<<<<< HEAD
33+
=======
34+
35+
<exec_depend>launch_ros</exec_depend>
36+
<exec_depend>launch_testing_ros</exec_depend>
37+
<exec_depend>launch</exec_depend>
38+
<exec_depend>python3-filelock</exec_depend>
39+
<exec_depend>python3-yaml</exec_depend>
40+
<exec_depend>rcl_interfaces</exec_depend>
41+
<exec_depend>rclpy</exec_depend>
42+
<exec_depend>ros2param</exec_depend>
43+
<exec_depend>sensor_msgs</exec_depend>
44+
>>>>>>> 432ecad (Fix dependencies of controller_manager (#2836))
3045

3146
<test_depend>ament_cmake_gmock</test_depend>
3247
<test_depend>ament_cmake_pytest</test_depend>
48+
<test_depend>example_interfaces</test_depend>
3349
<test_depend>hardware_interface_testing</test_depend>
34-
<test_depend>launch_testing_ros</test_depend>
3550
<test_depend>launch_testing</test_depend>
36-
<test_depend>launch</test_depend>
3751
<test_depend>python3-coverage</test_depend>
38-
<test_depend>rclpy</test_depend>
3952
<test_depend>robot_state_publisher</test_depend>
4053
<test_depend>ros2_control_test_assets</test_depend>
54+
<<<<<<< HEAD
4155
<test_depend>sensor_msgs</test_depend>
56+
=======
57+
<test_depend>ros2pkg</test_depend>
58+
>>>>>>> 432ecad (Fix dependencies of controller_manager (#2836))
4259

4360
<export>
4461
<build_type>ament_cmake</build_type>

0 commit comments

Comments
 (0)