LiDARオドメトリおよびマッピング(LOAM)は、ロボットの姿勢をローカライズし、周囲の環境の高精度、高解像度のマップを同時に作成できるため、自動運転車で重要な役割を果たしています。これにより、自律走行と自律走行車の安全な経路計画が可能になります。このホワイトペーパーでは、小さなFoVと不規則なサンプリングを使用したLiDAR向けの堅牢なリアルタイムLOAMアルゴリズムを示します。フロントエンドとバックエンドの両方で努力することにより、このようなLiDARから生じるいくつかの基本的な課題に対処し、既存のベースラインと比較して精度と効率の両方で優れたパフォーマンスを達成します。調査結果を共有し、コミュニティに貢献するために、Githubでコードをオープンソース化します
LiDAR odometry and mapping (LOAM) has been playing an important role in autonomous vehicles, due to its ability to simultaneously localize the robot's pose and build high-precision, high-resolution maps of the surrounding environment. This enables autonomous navigation and safe path planning of autonomous vehicles. In this paper, we present a robust, real-time LOAM algorithm for LiDARs with small FoV and irregular samplings. By taking effort on both front-end and back-end, we address several fundamental challenges arising from such LiDARs, and achieve better performance in both precision and efficiency compared to existing baselines. To share our findings and to make contributions to the community, we open source our codes on Github