oh_my_loam/configs/config_nsh_indoor_outdoor.yaml

48 lines
998 B
YAML
Raw Permalink Normal View History

2020-10-16 18:08:31 +08:00
# global configs
2021-03-01 17:36:57 +08:00
lidar: VLP16
2020-10-18 01:14:43 +08:00
log_to_file: false
2020-12-31 20:59:08 +08:00
log_path: /data/log/oh_my_loam
2021-02-08 20:16:45 +08:00
vis: true
2021-02-09 18:41:40 +08:00
save_map_path: /data/log/oh_my_loam.pcd
2020-10-16 18:08:31 +08:00
2020-12-31 20:59:08 +08:00
# configs for extractor
2020-10-18 01:14:43 +08:00
extractor_config:
2021-02-03 00:16:43 +08:00
vis: false
verbose: false
2021-01-05 14:33:42 +08:00
min_point_num: 66
2021-01-26 00:32:14 +08:00
scan_seg_num: 12
2021-01-25 21:00:10 +08:00
sharp_corner_point_num: 1
2021-01-26 00:32:14 +08:00
corner_point_num: 10
flat_surf_point_num: 2
2021-01-14 00:34:13 +08:00
corner_point_curvature_th: 0.5
surf_point_curvature_th: 0.5
neighbor_point_dist_sq_th: 0.1
2021-01-25 21:00:10 +08:00
downsample_voxel_size: 0.6
2020-10-29 20:32:19 +08:00
2021-01-05 14:33:42 +08:00
# configs for odometer
2021-01-21 20:56:23 +08:00
odometer_config:
2021-02-02 21:06:45 +08:00
vis: false
2021-02-03 20:50:11 +08:00
verbose: false
2021-01-25 21:00:10 +08:00
nearby_scan_num: 1
min_correspondence_num: 10
2021-02-02 21:06:45 +08:00
icp_iter_num: 4
solve_iter_num: 4
2021-01-26 00:32:14 +08:00
corn_match_dist_sq_th: 16.0
2021-01-25 21:00:10 +08:00
surf_match_dist_sq_th: 16.0
2020-11-03 19:33:15 +08:00
# configs for mapper
2021-01-21 20:56:23 +08:00
mapper_config:
2021-02-08 20:16:45 +08:00
vis: false
2021-02-06 23:40:42 +08:00
verbose: false
2021-02-09 18:41:40 +08:00
map_shape: [5, 21, 21]
2021-02-02 21:06:45 +08:00
map_step: 50
2021-01-30 17:50:07 +08:00
submap_shape: [1, 5, 5]
2021-02-02 21:06:45 +08:00
icp_iter_num: 2
solve_iter_num: 4
min_correspondence_num: 10
2021-02-01 21:01:42 +08:00
nearest_neighbor_k: 5
neighbor_point_dist_sq_th: 1.0
min_line_fit_score: 2
min_plane_fit_score: 2
2021-02-02 21:06:45 +08:00
downsample_voxel_size: 0.6