hku-mars / BALM

An efficient and consistent bundle adjustment for lidar mapping
GNU General Public License v2.0
700 stars 151 forks source link

Performance of outdoor scenes is poor #36

Closed zhumenga closed 1 year ago

zhumenga commented 1 year ago

Thank you for your excellent work,In outdoor scenes, the point cloud is corrected by using the optimized posture, and the point cloud becomes very poor。I tried modifying the following parameters to make the input plane feature as good as possible(eigen_value_array and voxel_size),I don't know where the problem is。

Zale-Liu commented 1 year ago

We have tested the algorithms on many outdoor datasets and the results work well. There are some points that you should note:

  1. The point clouds you use should be undistorted. (such as the point cloud outputed from FAST-LIO2).
  2. The point clouds and poses must be corresponding. You can comment out the BA optimization and just display the point cloud map in RVIZ, to check whether the initial value work well.
zhumenga commented 1 year ago

Thanks for your suggestion, I will try it