ROS4HRI: ROS for Human-Robot Interaction Logo

Contents:

  • The ROS4HRI Ecosystem
  • Getting Started
  • The ROS4HRI Standard
  • Open-source ROS4HRI packages
  • ROS4HRI Standard Skills
  • API Reference
    • Libraries
    • Skills
    • ROS Interfaces
      • hri_actions_msgs interfaces
      • hri_msgs interfaces
      • communication_skills interfaces
      • interaction_skills interfaces
      • manipulation_skills interfaces
      • motions_skills interfaces
      • navigation_skills interfaces
        • navigation_skills/action/NavigateToPose
        • navigation_skills/action/NavigateToWaypoint
        • navigation_skills/action/NavigateToZone
      • std_skills interfaces
    • ROS4HRI-compliant nodes
    • Architecture & Development
  • Tutorials
  • Compatible Robots
  • Who is behind ROS4HRI?
  • Glossary
ROS4HRI: ROS for Human-Robot Interaction
  • API Reference
  • navigation_skills interfaces
  • navigation_skills/action/NavigateToPose
  • View page source

navigation_skills/action/NavigateToPose

 1# Goal
 2std_skills/Meta meta
 3
 4# action message for the 'NavigateToPose'. 
 5geometry_msgs/PoseStamped pose
 6string behavior_tree
 7---
 8# Result
 9std_skills/Result result
10
11# action message for the 'NavigateToPose'. 
12std_msgs/Empty navigation_result
13---
14# Feedback
15std_skills/Feedback feedback
16
17# action message for the 'NavigateToPose'. 
18geometry_msgs/PoseStamped current_pose
19builtin_interfaces/Duration navigation_time
20builtin_interfaces/Duration estimated_time_remaining
21int16 number_of_recoveries
22float32 distance_remaining
Previous Next

© Copyright PAL Robotics S.L..

Built with Sphinx using a theme provided by Read the Docs.