RozDavid / LOL

LOL: Lidar-only Odometry and Localization in 3D point cloud maps
363 stars 94 forks source link

How to make offline map? #4

Closed zhuziyu-edward closed 3 years ago

zhuziyu-edward commented 3 years ago

Hi, I have a small question. How did you make offline map(which can be downloaded from dropbox)? by LOAM?

RozDavid commented 3 years ago

Hey @zhuziyu-edward,

We generated the maps from the Kitti ground truth odometry data and the corresponding LIDAR scans. Maybe the easiest way to generate it, to run the grund truth data with the laser_slam tool, after you can call a service SaveMap where you first convert from the pointclouds an octomap, then finally export as a pcd file. The pro for this method that one can obtain a prefiltered and registered map, so we decided with this method too.

On other approach is the most straightforward one, to register the Kitti pointcloud in the global frame, and filter it afterwards with voxelization, noise filtering and possibly ground removal. It is all depending on what is your use case for later use.

Good luck, and please tell if I can be any more help to you.

RozDavid commented 3 years ago

I will close the issue now, but please fell to reopen it if you have any further questions