File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
joint_trajectory_controller Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ set(THIS_PACKAGE_INCLUDE_DEPENDS
1414 hardware_interface
1515 pluginlib
1616 rclcpp
17+ rclcpp_action
1718 rclcpp_lifecycle
1819 realtime_tools
1920 rsl
@@ -52,6 +53,7 @@ target_link_libraries(joint_trajectory_controller PUBLIC
5253 hardware_interface::hardware_interface
5354 pluginlib::pluginlib
5455 rclcpp::rclcpp
56+ rclcpp_action::rclcpp_action
5557 rclcpp_lifecycle::rclcpp_lifecycle
5658 realtime_tools::realtime_tools
5759 rsl::rsl
Original file line number Diff line number Diff line change 2828 <depend >hardware_interface</depend >
2929 <depend >pluginlib</depend >
3030 <depend >rclcpp</depend >
31+ <depend >rclcpp_action</depend >
3132 <depend >rclcpp_lifecycle</depend >
3233 <depend >realtime_tools</depend >
3334 <depend >rsl</depend >
You can’t perform that action at this time.
0 commit comments