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/NavigateToWaypoint
  • View page source

navigation_skills/action/NavigateToWaypoint

 1# Goal
 2std_skills/Meta meta
 3
 4# action message for the 'NavigateToWaypoint'. 
 5string waypoint_name
 6---
 7# Result
 8std_skills/Result result
 9
10# action message for the 'NavigateToWaypoint'. 
11std_msgs/Empty navigation_result
12---
13# Feedback
14std_skills/Feedback feedback
15
16# action message for the 'NavigateToWaypoint'. 
17geometry_msgs/PoseStamped current_pose
18geometry_msgs/PoseStamped target_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.