1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
| max_obstacle_height: 2.0
footprint: [[0.35,-0.25],[0.35,0.25],[-0.35,0.25],[-0.35,-0.25]]
static_layer: enabled: true map_topic: "/map" first_map_only: false
obstacle_layer: enabled: true max_obstacle_height: 2.0 min_obstacle_height: 0.0 combination_method: 1 track_unknown_space: true obstacle_range: 2.5 raytrace_range: 3 publish_voxel_map: false observation_sources: scan scan: data_type: LaserScan topic: "/scan" marking: true clearing: true inf_is_valid: true expected_update_rate: 10
depth_layer: enabled: true max_obstacle_height: 2.0 min_obstacle_height: 0.0 combination_method: 1 track_unknown_space: true obstacle_range: 2.5 raytrace_range: 5 publish_voxel_map: false observation_sources: scan scan: data_type: LaserScan topic: "/wr_scan3" marking: true clearing: true inf_is_valid: true expected_update_rate: 5
sonar_layer: enabled: true clear_threshold: 0.8 mark_threshold: 0.98 topics: ["/ultrasonic_front_left", "/ultrasonic_front_right"] clear_on_max_reading: true
virtual_layer: enabled: true Forbidden_line: [/virtual_costamp_layer/Forbidden_line] Drop_risk_areas: [/virtual_costamp_layer/Drop_risk_areas] one_zone: true
inflation_layer: enabled: true cost_scaling_factor: 10 inflation_radius: 0.05
|