Skip to content

Commit

Permalink
Update ouster64.yaml
Browse files Browse the repository at this point in the history
disable the online extrinsic estimation
  • Loading branch information
XW-HKU authored Mar 15, 2022
1 parent 5350f42 commit 9012439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/ouster64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mapping:
b_gyr_cov: 0.0001
fov_degree: 180
det_range: 150.0
extrinsic_est_en: true # true: enable the online estimation of IMU-LiDAR extrinsic
extrinsic_est_en: false # true: enable the online estimation of IMU-LiDAR extrinsic
extrinsic_T: [ 0.0, 0.0, 0.0 ]
extrinsic_R: [1, 0, 0,
0, 1, 0,
Expand All @@ -31,4 +31,4 @@ publish:
pcd_save:
pcd_save_en: true
interval: -1 # how many LiDAR frames saved in each pcd file;
# -1 : all frames will be saved in ONE pcd file, may lead to memory crash when having too much frames.
# -1 : all frames will be saved in ONE pcd file, may lead to memory crash when having too much frames.

0 comments on commit 9012439

Please sign in to comment.