factory_candidate_goals.yaml 533 B

12345678910111213141516171819202122232425
  1. # Task 2 begins here after task 1 has completed.
  2. frame_id: map
  3. start_pose:
  4. x: -1.003
  5. y: -1.240
  6. yaw: -1.591
  7. # The navigator tries these exactly in order and stops at the first success.
  8. candidate_goals:
  9. - x: -1.662
  10. y: -2.971
  11. yaw: -3.136
  12. - x: -1.675
  13. y: -2.264
  14. yaw: -3.132
  15. - x: -1.703
  16. y: -1.617
  17. yaw: -3.117
  18. initial_pose_confirmation_timeout_seconds: 2.0
  19. initial_pose_position_tolerance_m: 0.30
  20. initial_pose_yaw_tolerance_rad: 0.20
  21. move_base_server_timeout_seconds: 10.0
  22. goal_timeout_seconds: 120.0