Skill navigate_to_waypoint

Make the robot autonomously navigate toward the desired waypoint.

See waypoint-navigation for details.

Input parameters

  • waypoint_name string, required

    The name of the Waypoint that the robot must reach.

  • meta.priority integer, default: 128

    Between 0 and 255. Higher value means that this skill invokation will have higher priority.

Output fields

  • navigation_result empty

    The result of the navigation action. Information about the navigation execution are available in the action feedback.

Quick snippets

Call the skill from the command-line

$ ros2 action send_goal /skill/navigate_to_waypoint navigation_skills/action/NavigateToWaypoint # then press Tab to complete the message prototype

See also