FAST_LIO icon indicating copy to clipboard operation
FAST_LIO copied to clipboard

Question about saving PCD files

Open hallyx opened this issue 3 years ago • 2 comments

I found that after 30min scanning by the Avia, the PCD file only records the last 10min the point cloud file. Is there anything to solve this problem?

hallyx avatar Dec 21 '21 13:12 hallyx

I dont know

XW-HKU avatar Dec 21 '21 14:12 XW-HKU

There is an option to divide the PCD output (-1 makes only one file, so can break) I think that it is in the config y'all, not in the launch file I also split the bags I record every 2Gb to avoid corruption

EloyAldao avatar Jan 14 '22 20:01 EloyAldao

@EloyAldao Hi, I have a question about what value you set to the parameter "interval". If I set 10 to the interval,for which means I split the pcd file every 10 seconds? Best wishes!waiting for your reply!

PengKunPROO avatar Nov 17 '22 11:11 PengKunPROO

@EloyAldao Hi, I have a question about what value you set to the parameter "interval". If I set 10 to the interval,for which means I split the pcd file every 10 seconds? Best wishes!waiting for your reply!

interval不是你认为的间隔时间,给interval赋大于1的值是指最后生成pcd的个数。看代码pcd应该是程序最后退出的时候才生成

Tomato1107 avatar Nov 17 '22 13:11 Tomato1107

@EloyAldao Hi, I have a question about what value you set to the parameter "interval". If I set 10 to the interval,for which means I split the pcd file every 10 seconds? Best wishes!waiting for your reply!

interval不是你认为的间隔时间,给interval赋大于1的值是指最后生成pcd的个数。看代码pcd应该是程序最后退出的时候才生成

是间隔多少帧存一次pcd的意思。不过interval要生效需要改pcd_save_type,具体参考yaml文件里面的注释。

XW-HKU avatar Nov 17 '22 13:11 XW-HKU