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:
@@ -711,7 +711,7 @@ int main(int argc, char** argv)
|
||||
ros::NodeHandle nh;
|
||||
|
||||
nh.param<bool>("publish/scan_publish_en",scan_pub_en,1);
|
||||
nh.param<bool>("publish/dense_publish_en",dense_pub_en,0);
|
||||
nh.param<bool>("publish/dense_publish_en",dense_pub_en,1);
|
||||
nh.param<bool>("publish/scan_bodyframe_pub_en",scan_body_pub_en,1);
|
||||
nh.param<int>("max_iteration",NUM_MAX_ITERATIONS,4);
|
||||
nh.param<string>("map_file_path",map_file_path,"");
|
||||
|
||||
Reference in New Issue
Block a user