RuanJY / SLAMesh

ICRA2023, A real-time LiDAR simultaneous localization and meshing method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to save the results?

BizzareNathan opened this issue · comments

Nice work!Thank you for your sharing!
To further evaluate the work, could you please tell me how to save the point cloud and mesh results?

now you cansave mesh by:
set parameter save_mesh_map in yaml file to true. A ply file should be saved in salmesh_ws/slamesh_result.
#16

By the way, if you want to save the accumulated raw point cloud, set the parameter save_raw_point_clouds as true, it should be ok.

Thank you, is wonderful People with such knowledge share it with others