costmap_common_params.yaml 671 B

12345678910111213141516171819202122
  1. #START VOXEL STUFF
  2. map_type: voxel
  3. origin_z: 0.0
  4. z_resolution: 0.2
  5. z_voxels: 10
  6. unknown_threshold: 9
  7. mark_threshold: 0
  8. #END VOXEL STUFF
  9. transform_tolerance: 0.3
  10. obstacle_range: 2.5
  11. max_obstacle_height: 2.0
  12. raytrace_range: 3.0
  13. footprint: [[-0.325, -0.325], [-0.325, 0.325], [0.325, 0.325], [0.46, 0.0], [0.325, -0.325]]
  14. #robot_radius: 0.46
  15. footprint_padding: 0.01
  16. inflation_radius: 0.55
  17. cost_scaling_factor: 10.0
  18. lethal_cost_threshold: 100
  19. unknown_cost_value: 255
  20. observation_sources: base_scan
  21. base_scan: {data_type: LaserScan, expected_update_rate: 0.4,
  22. observation_persistence: 0.0, marking: true, clearing: true, max_obstacle_height: 0.4, min_obstacle_height: 0.08}