There was an error while loading. Please reload this page.
Node containing two action servers
/motion_executor/path_follower
Used without the controller to implement pure path following on a robot.
Usage:
ros2 action send_goal /motion_executor/path_follower kompass_interfaces/action/FollowPath "{request: {path_source: 1, path_name: 'path_name', path_file_location: '/dir_to/paths', robot_cmd_topic: '/cmd_vel'}}"
ros2 action send_goal /motion_executor/path_follower kompass_interfaces/action/FollowPath "{request: {path_source: 0, path_name: '/path', robot_cmd_topic: '/cmd_vel'}}"
/motion_executor/path_tracker
Used in combination with the controller. The controller node calls this action to get reference commands during motion control.