costmap_common_params.yaml 365 B

12345678910
  1. obstacle_range: 2.5
  2. raytrace_range: 3.0
  3. #footprint: [[0.175, 0.175], [0.175, -0.175], [-0.175, -0.175], [-0.175, 0.175]]
  4. #footprint_inflation: 0.01
  5. robot_radius: 0.175
  6. inflation_radius: 0.2
  7. max_obstacle_height: 0.6
  8. min_obstacle_height: 0.0
  9. observation_sources: scan
  10. scan: {data_type: LaserScan, topic: /scan, marking: true, clearing: true, expected_update_rate: 0}