koide3 / hdl_graph_slam

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

How to improve the loop closure module? #265

Open PrePLEX23 opened 10 months ago

PrePLEX23 commented 10 months 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.