oh_my_loam/configs/config.yaml

22 lines
511 B
YAML
Raw Normal View History

2020-10-16 18:08:31 +08:00
# global configs
lidar: VPL16
2020-10-18 01:14:43 +08:00
log_to_file: false
log_path: /home/lf/catkin_ws/src/oh_my_loam/.log
vis: true
2020-10-16 18:08:31 +08:00
# configs for feature points extractor
2020-10-18 01:14:43 +08:00
extractor_config:
min_point_num: 66
vis: true
sharp_corner_point_num: 2
corner_point_num: 20
flat_surf_point_num: 4
2020-10-29 20:32:19 +08:00
surf_point_num: 20 ## useless currently
2020-10-18 01:14:43 +08:00
corner_point_curvature_thres: 0.5
surf_point_curvature_thres: 0.5
neighbor_point_dist_thres: 0.05
2020-10-29 20:32:19 +08:00
downsample_voxel_size: 0.2
odometry_config:
2020-10-29 21:12:43 +08:00
icp_iter_num : 2
2020-10-30 19:27:44 +08:00
match_dist_thresh: 0.5