ROSep 1, 2021

A real-time global re-localization framework for 3D LiDAR SLAM

arXiv:2109.00200v11 citations
Originality Incremental advance
AI Analysis

This addresses the real-time global re-localization challenge for robots using 3D LiDAR SLAM, with incremental improvements in efficiency and accuracy.

The paper tackles the problem of global re-localization in 3D LiDAR SLAM by proposing a template matching framework that uses a reconstructed mesh model and cascade matching to achieve 0.2-meter accuracy at about 10Hz with 100k templates.

Simultaneous localization and mapping (SLAM) has been a hot research field in the past years. Against the backdrop of more affordable 3D LiDAR sensors, research on 3D LiDAR SLAM is becoming increasingly popular. Furthermore, the re-localization problem with a point cloud map is the foundation for other SLAM applications. In this paper, a template matching framework is proposed to re-localize a robot globally in a 3D LiDAR map. This presents two main challenges. First, most global descriptors for point cloud can only be used for place detection under a small local area. Therefore, in order to re-localize globally in the map, point clouds and descriptors(templates) are densely collected using a reconstructed mesh model at an offline stage by a physical simulation engine to expand the functional distance of point cloud descriptors. Second, the increased number of collected templates makes the matching stage too slow to meet the real-time requirement, for which a cascade matching method is presented for better efficiency. In the experiments, the proposed framework achieves 0.2-meter accuracy at about 10Hz matching speed using pure python implementation with 100k templates, which is effective and efficient for SLAM applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes