mirror of
https://github.com/hku-mars/FAST_LIO.git
synced 2023-04-06 16:28:55 +08:00
fix the scan publish switch
This commit is contained in:
@@ -21,6 +21,6 @@ mapping:
|
||||
0, 0, 1]
|
||||
|
||||
publish:
|
||||
scan_publish_en: true # 'false' will close all the point cloud output
|
||||
dense_publish_en: ture # false will low down the points number in a global-frame point clouds scan.
|
||||
scan_bodyframe_pub_en: true # output the point cloud scans in IMU-body-frame
|
||||
scan_publish_en: 1 # 'false' will close all the point cloud output
|
||||
dense_publish_en: 1 # false will low down the points number in a global-frame point clouds scan.
|
||||
scan_bodyframe_pub_en: 1 # output the point cloud scans in IMU-body-frame
|
||||
Reference in New Issue
Block a user