RobustFieldAutonomyLab / LeGO-LOAM

LeGO-LOAM: Lightweight and Ground-Optimized Lidar Odometry and Mapping on Variable Terrain
BSD 3-Clause "New" or "Revised" License
2.36k stars 1.11k forks source link

Load pcd and point cloud matching #93

Closed Scrumantic closed 5 years ago

Scrumantic commented 5 years ago

Hi everyone!

Has anyone been able to load a point cloud previously saved and match the current view (navigation application)? I've been looking mainly to the featureAssociation.cpp and mapOptmization.cpp and trying to make some modifications so it start from a previously saved map. In the end I've not been successful. If anyone has some tips I'd appreciate it, otherwise I'll try to use another method for matching the point clouds and then get the transform parameters. It will work but maybe there would be an easier way. Thank you in advance!

TixiaoShan commented 5 years ago

This would need very heavy modification to mapOptimization part. You need to save each point cloud that is associated with each pose in the vector. Later you need to load them so you can reuse them.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.