oh_my_loam/configs/config.yaml

23 lines
524 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
2020-11-02 17:16:42 +08:00
flat_surf_point_num: 4
2020-11-02 01:12:53 +08:00
surf_point_num: 3 ## 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-11-02 17:16:42 +08:00
downsample_voxel_size: 0.3
2020-10-29 20:32:19 +08:00
odometry_config:
2020-10-29 21:12:43 +08:00
icp_iter_num : 2
2020-11-02 01:12:53 +08:00
match_dist_sq_thresh: 1
vis: false