costmap_params.yaml 780 B

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