この論文では、LiDARオドメトリとマッピング(LOAM)の長期ドリフトを修正するためのループクロージャメソッドを紹介します。提案する方法では、キーマップの2Dヒストグラム、ローカルマップパッチを計算し、2Dヒストグラムの正規化相互相関を現在のキーフレームとマップ内のキーフレーム間の類似性メトリックとして使用します。この方法は高速で、回転に対して不変であり、信頼性が高く正確なループ検出を生成することを示します。提案された方法は、注意深いエンジニアリングで実装され、LOAMアルゴリズムに統合され、すぐに使用できる完全で実用的なシステムを形成します。ループクロージャのベンチマークを提供することでコミュニティに利益をもたらすために、システム全体がGithubでオープンソース化されています
This paper presents a loop closure method to correct the long-term drift in LiDAR odometry and mapping (LOAM). Our proposed method computes the 2D histogram of keyframes, a local map patch, and uses the normalized cross-correlation of the 2D histograms as the similarity metric between the current keyframe and those in the map. We show that this method is fast, invariant to rotation, and produces reliable and accurate loop detection. The proposed method is implemented with careful engineering and integrated into the LOAM algorithm, forming a complete and practical system ready to use. To benefit the community by serving a benchmark for loop closure, the entire system is made open source on Github