Skill navigate_to_pose

Make the robot autonomously navigate toward the desired pose.

See goal-navigation for details.

Input parameters

  • pose geometry_msgs/PoseStamped, required

    The coordinates of the pose that the robot must reach.

  • behavior_tree string

    The name or the full path to an XML file with a behavior tree defining the logic that the robot must use while autonomously navigate towards its goal.

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

See also