Skill navigate_to_zone

Make the robot autonomously navigate toward the desired zone.

See environmental-annotations for details.

Input parameters

  • zone_name string, required

    The name of the Zone that the robot must reach.

  • succeed_on_zone_entry boolean

    Whether the navigation action should be considered successful when the robot enters the zone or when it reaches a specific pose.

  • 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_zone navigation_skills/action/NavigateToZone # then press Tab to complete the message prototype

See also