wh200720041 / floam

Fast LOAM: Fast and Optimized Lidar Odometry And Mapping for indoor/outdoor localization IROS 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reconstruction results

tompollok opened this issue · comments

Great work! Would it be possible to provide the final pointcloud as a download? Maybe as one or multiple ply files?

Hi @tompollok

Thanks for you question.
I would like to recommend two ways

You may use pcd save function provided by PCL
pcl::io::savePCDFile( "cloud.pcd", *map, true );
You can add this function at mapping thread. However, you need to recompile the code

A faster way is to use ros_pcl
rosrun pcl_ros pointcloud_to_pcd input:=/map
You may also check the ros official website for more information
http://wiki.ros.org/pcl_ros