factory_search_adapter.yaml 757 B

1234567891011121314151617181920212223
  1. frame_id: map
  2. base_frame: base_link
  3. nominal_goal_topic: /factory_search_adapter/nominal_goal
  4. static_map_topic: /map
  5. local_costmap_topic: /move_base/local_costmap/costmap
  6. alignment_status_topic: /factory_alignment_demo/status
  7. make_plan_service: /move_base/make_plan
  8. # P itself, then two 8-direction rings around P.
  9. ring_radii: [0.40, 0.60]
  10. ring_directions: 8
  11. # Physical footprint 0.335 x 0.256 m plus 0.03 m on every side.
  12. checked_footprint_length: 0.395
  13. checked_footprint_width: 0.316
  14. static_occupied_threshold: 65
  15. local_cost_threshold: 80
  16. local_costmap_timeout_seconds: 2.0
  17. candidate_goal_timeout_seconds: 45.0
  18. candidate_search_timeout_seconds: 80.0
  19. move_base_server_timeout_seconds: 2.0
  20. make_plan_response_timeout_seconds: 0.4
  21. timer_period_seconds: 0.2