Skip to content
Snippets Groups Projects
Commit 3f4abd86 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Add 3dlidar ground observation_source

parent abb0dd64
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ obstacle_layer:
max_obstacle_height: 1.0
footprint_clearing_enabled: false
combination_method: 1
observation_sources: velodyne #depth_cam
observation_sources: velodyne velodyne_ground #depth_cam
velodyne: {
sensor_frame: helena/robosense,
......@@ -37,6 +37,19 @@ obstacle_layer:
obstacle_range: 30.0,
raytrace_range: 40.0
}
velodyne_ground: {
sensor_frame: helena/robosense,
data_type: PointCloud2,
topic: /helena/sensors/rslidar_points,
observation_persistence: 0.0,
marking: false,
clearing: true,
min_obstacle_height: -1.0,
max_obstacle_height: 0.05,
expected_update_rate: 1,
obstacle_range: 30.0,
raytrace_range: 40.0
}
depth_cam: {
sensor_frame: helena/camera_color_optical_frame,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment