koide3 / hdl_graph_slam

3D LIDAR-based Graph SLAM
BSD 2-Clause "Simplified" License
2.02k stars 730 forks source link

How to improve the loop closure module? #265

Open PrePLEX23 opened 1 year ago

PrePLEX23 commented 1 year ago

I am trying to make some change to improve the performance of loop closure module. Inspired by LIO-SAM, I registrate the new keyframe with the submap composed of candidate keyframes nearby. And the constraint is only relative to new keyframe and the center keyframe of submap. But the result show the implement may be incorrect. I think maybe the information matrix should also computed using the submap? Any advices will be appreciated! Thank you.