Skip to content

Commit

Permalink
Update velodyne.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taeyoung96 authored Nov 14, 2023
1 parent 8eae4b2 commit 876941c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions FAST_LIO/config/velodyne.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
det_range: 200.0
extrinsic_est_en: false # true: enable the online estimation of IMU-LiDAR extrinsic,
extrinsic_T: [ 0, 0, 0.28]
extrinsic_R: [ 1, 0, 0,
0, 1, 0,
0, 0, 1]
extrinsic_R: [ 1.0, 0.0, 0.0,
0.0, 1.0, 0.0,
0.0, 0.0, 1.0]

publish:
path_en: true # true: publish Path
Expand All @@ -42,4 +42,4 @@

traj_save:
traj_save_en: false
traj_file_path: "/root/ros2_ws/src/FAST_LIO/traj/trajectory.txt" # when you use docker, you should enter the absolute path of in docker container
traj_file_path: "/root/ros2_ws/src/FAST_LIO/traj/trajectory.txt" # when you use docker, you should enter the absolute path of in docker container

0 comments on commit 876941c

Please sign in to comment.