|
11 | 11 | map_length_x: 150.0 # [m]
|
12 | 12 | map_length_y: 150.0 # [m]
|
13 | 13 |
|
| 14 | + # downsample input pointcloud |
| 15 | + downsample_input_pointcloud: true |
| 16 | + downsample_voxel_size: 0.25 # [m] |
| 17 | + |
14 | 18 | # each grid map parameters
|
15 | 19 | ogm_creation_config:
|
16 | 20 | height_filter:
|
|
19 | 23 | max_height: 2.0
|
20 | 24 | enable_single_frame_mode: true
|
21 | 25 | # use sensor pointcloud to filter obstacle pointcloud
|
22 |
| - filter_obstacle_pointcloud_by_raw_pointcloud: true |
| 26 | + filter_obstacle_pointcloud_by_raw_pointcloud: false |
23 | 27 |
|
24 | 28 | grid_map_type: "OccupancyGridMapFixedBlindSpot"
|
25 | 29 | OccupancyGridMapFixedBlindSpot:
|
|
35 | 39 | # Setting1: tune ogm creation parameters
|
36 | 40 | raw_pointcloud_topics: # put each sensor's pointcloud topic
|
37 | 41 | - "/sensing/lidar/top/pointcloud"
|
38 |
| - - "/sensing/lidar/side_left/pointcloud" |
39 |
| - - "/sensing/lidar/side_right/pointcloud" |
40 |
| - - "/sensing/lidar/front_left/pointcloud" |
41 |
| - - "/sensing/lidar/front_right/pointcloud" |
| 42 | + - "/sensing/lidar/left/pointcloud" |
| 43 | + - "/sensing/lidar/right/pointcloud" |
42 | 44 | fusion_input_ogm_topics:
|
43 |
| - - "/perception/occupancy_grid_map/top/map" |
44 |
| - - "/perception/occupancy_grid_map/side_left/map" |
45 |
| - - "/perception/occupancy_grid_map/side_right/map" |
46 |
| - - "/perception/occupancy_grid_map/front_left/map" |
47 |
| - - "/perception/occupancy_grid_map/front_right/map" |
| 45 | + - "/perception/occupancy_grid_map/top_lidar/map" |
| 46 | + - "/perception/occupancy_grid_map/left_lidar/map" |
| 47 | + - "/perception/occupancy_grid_map/right_lidar/map" |
48 | 48 | # reliability of each sensor (0.0 ~ 1.0) only work with "log-odds" and "dempster-shafer"
|
49 | 49 | input_ogm_reliabilities:
|
50 | 50 | - 1.0
|
|
0 commit comments