Advertisement
SeveQ

common_costmap

Sep 17th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.62 KB | None | 0 0
  1. obstacle_range: 0.8
  2. raytrace_range: 0.8
  3. footprint: [[-0.075,-0.075],[-0.075,0.075],[0.075,0.075],[0.075,-0.075]]
  4. robot_radius: 0.250
  5. inflation_radius: 0.400
  6.  
  7. observation_sources: ir_sensors
  8. ir_sensors: {
  9.   sensor_frame: 'base_link',
  10.   data_type: PointCloud,
  11.   topic: '/ir_sensors',
  12.   marking: true,
  13.   clearing: true,
  14.   obstacle_range: 0.8,
  15.   raytrace_range: 0.8,
  16.   expected_update_rate: 15,
  17.   observation_persistence: 3.0
  18. }
  19.  
  20. #plugins:
  21. #   - {name: static_map, type: "costmap_2d::StaticLayer"}
  22. #   - {name: obstacles,  type: "costmap_2d::VoxelLayer"}
  23. #   - {name: inflater,   type: "costmap_2d::InflationLayer"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement