mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
add the scan rate parameter
This commit is contained in:
@@ -6,6 +6,7 @@ common:
|
||||
preprocess:
|
||||
lidar_type: 2 # 1 for Livox serials LiDAR, 2 for Velodyne LiDAR, 3 for ouster LiDAR,
|
||||
scan_line: 32
|
||||
scan_rate: 10 # only need to be set for velodyne, unit: Hz,
|
||||
blind: 4
|
||||
|
||||
mapping:
|
||||
@@ -15,7 +16,7 @@ mapping:
|
||||
b_gyr_cov: 0.0001
|
||||
fov_degree: 180
|
||||
det_range: 100.0
|
||||
extrinsic_est_en: true # true: enable the online estimation of IMU-LiDAR extrinsic
|
||||
extrinsic_est_en: true # true: enable the online estimation of IMU-LiDAR extrinsic,
|
||||
extrinsic_T: [ 0, 0, 0.28]
|
||||
extrinsic_R: [ 1, 0, 0,
|
||||
0, 1, 0,
|
||||
|
||||
Reference in New Issue
Block a user