File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ find_package(ament_cmake REQUIRED)
2525find_package (backward_ros REQUIRED )
2626find_package (controller_manager REQUIRED )
2727find_package (controller_manager_msgs REQUIRED )
28+ find_package (control_msgs REQUIRED )
2829find_package (geometry_msgs REQUIRED )
2930find_package (hardware_interface REQUIRED )
3031find_package (pluginlib REQUIRED )
@@ -43,6 +44,7 @@ include_directories(include)
4344set (THIS_PACKAGE_INCLUDE_DEPENDS
4445 controller_manager
4546 controller_manager_msgs
47+ control_msgs
4648 geometry_msgs
4749 hardware_interface
4850 pluginlib
@@ -137,6 +139,7 @@ target_link_libraries(trajectory_until_node PUBLIC
137139 ${std_msgs_TARGETS}
138140 rclcpp_action::rclcpp_action
139141 ${ur_msgs_TARGETS}
142+ ${control_msgs_TARGETS}
140143)
141144
142145install (
Original file line number Diff line number Diff line change 3131 <depend >backward_ros</depend >
3232 <depend >controller_manager</depend >
3333 <depend >controller_manager_msgs</depend >
34+ <depend >control_msgs</depend >
3435 <depend >geometry_msgs</depend >
3536 <depend >hardware_interface</depend >
3637 <depend >pluginlib</depend >
You can’t perform that action at this time.
0 commit comments