Skip to content

Commit

Permalink
minor update (#19)
Browse files Browse the repository at this point in the history
* Update lio.yaml

* Fix/pointcloud topic yaml (#17)

* Add pointCloudTopic in yaml

* Add pointCloudTopic in yaml
  • Loading branch information
rsasaki0109 committed May 6, 2023
1 parent ac1f893 commit a7ba502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scanmatcher/param/lio.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
/**:
ros__parameters:
# LiDAR setting
sensor: velodyne
N_SCAN: 16
Horizon_SCAN: 1800
pointCloudTopic: "points_raw"
sensor: velodyne # lidar sensor type, 'velodyne' or 'ouster' or 'livox'
N_SCAN: 16 # number of lidar channel (i.e., Velodyne/Ouster: 16, 32, 64, 128, Livox Horizon: 6)
Horizon_SCAN: 1800 # lidar horizontal resolution (Velodyne:1800, Ouster:512,1024,2048, Livox Horizon: 4000)
# IMU setting
imuTopic: "imu_raw"
imuAccNoise: 3.9939570888238808e-03
Expand Down
1 change: 1 addition & 0 deletions scanmatcher/param/lio_bigloop.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/**:
ros__parameters:
# LiDAR setting
pointCloudTopic: "points_raw"
sensor: velodyne
N_SCAN: 16
Horizon_SCAN: 1800
Expand Down

0 comments on commit a7ba502

Please sign in to comment.