GetPlan.srv 345 B

12345678910111213
  1. # Get a plan from the current position to the goal Pose
  2. # The start pose for the plan
  3. geometry_msgs/PoseStamped start
  4. # The final pose of the goal position
  5. geometry_msgs/PoseStamped goal
  6. # If the goal is obstructed, how many meters the planner can
  7. # relax the constraint in x and y before failing.
  8. float32 tolerance
  9. ---
  10. nav_msgs/Path plan