1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- global_frame: map
- robot_base_frame: base_link
- update_frequency: 2.0
- publish_frequency: 2.0
- publish_voxel_map: false
- static_map: true
- map_type: voxel
- origin_z: 0.0
- z_resolution: 0.2
- z_voxels: 10
- unknown_threshold: 10
- mark_threshold: 0
- transform_tolerance: 0.3
- obstacle_range: 10.0
- max_obstacle_height: 2.0
- raytrace_range: 10.0
- footprint: [[-0.75, -0.4], [-0.75, 0.4], [0.75, 0.4], [0.75, -0.4]]
- footprint_padding: 0.05
- inflation_radius: 0.9
- cost_scaling_factor: 10.0
- lethal_cost_threshold: 100
- observation_sources: scan_pointcloud
- base_scan: {data_type: LaserScan, expected_update_rate: 0.4,
- observation_persistence: 0.0, marking: true, clearing: true, max_obstacle_height: 0.4, min_obstacle_height: 0.08}
- track_unknown_space: true
|