ZikangYuan / sr_lio

[IROS 2024] A LiDAR-inertial odometry (LIO) package that can adjust the execution frequency beyond the sweep frequency

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to sve global point cloud as a PCD or other types?

haiyang2022 opened this issue · comments

Some parameters in the YAML file look similar to fast-lio2(E.g “pcd_save_en”), but I don't see any use of these parameters in the source code. The point cloud cannot be saved even if pcd_save_en is set to true. After turning on the debug mode, the saved point cloud does not seem to be in the global coordinate system. How should I save the final point cloud? Thank you for your help!!

I am sorry that this project has not yet opened the code to store the global point cloud map, but I will implement it soon.

The YAML file of this project was indeed written with reference to fast-lio2, and some unnecessary parameters to our system were forgotten to be deleted. Now I have updated the YAML files. Thanks for pointing out my mistake.

Thanks for your work and help.