Skip to content

Commit d713e25

Browse files
committed
minor update (#19)
* Update lio.yaml * Fix/pointcloud topic yaml (#17) * Add pointCloudTopic in yaml * Add pointCloudTopic in yaml
1 parent a378901 commit d713e25

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

scanmatcher/param/lio.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/**:
22
ros__parameters:
33
# LiDAR setting
4-
sensor: velodyne
5-
N_SCAN: 16
6-
Horizon_SCAN: 1800
4+
pointCloudTopic: "points_raw"
5+
sensor: velodyne # lidar sensor type, 'velodyne' or 'ouster' or 'livox'
6+
N_SCAN: 16 # number of lidar channel (i.e., Velodyne/Ouster: 16, 32, 64, 128, Livox Horizon: 6)
7+
Horizon_SCAN: 1800 # lidar horizontal resolution (Velodyne:1800, Ouster:512,1024,2048, Livox Horizon: 4000)
78
# IMU setting
89
imuTopic: "imu_raw"
910
imuAccNoise: 3.9939570888238808e-03

scanmatcher/param/lio_bigloop.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**:
22
ros__parameters:
33
# LiDAR setting
4+
pointCloudTopic: "points_raw"
45
sensor: velodyne
56
N_SCAN: 16
67
Horizon_SCAN: 1800

0 commit comments

Comments
 (0)