ROOct 21, 2021

Real-Time Ground-Plane Refined LiDAR SLAM

arXiv:2110.11517v1
Originality Incremental advance
AI Analysis

This work addresses incremental improvements for LiDAR SLAM systems, particularly in challenging environments like off-road self-driving.

The paper tackled the problem of large variance on the z-axis in LiDAR SLAM systems by refining ground-plane extraction to handle noisy or dynamic environments, resulting in obvious improvements over LeGO-LOAM on datasets including CMU campus and ATV off-road driving.

SLAM system using only point cloud has been proven successful in recent years. In most of these systems, they extract features for tracking after ground removal, which causes large variance on the z-axis. Ground actually provides robust information to obtain [t_z, θ_{roll}, θ_{pitch}]$. In this project, we followed the LeGO-LOAM, a light-weighted real-time SLAM system that extracts and registers ground as an addition to the original LOAM, and we proposed a new clustering-based method to refine the planar extraction algorithm for ground such that the system can handle much more noisy or dynamic environments. We implemented this method and compared it with LeGo-LOAM on our collected data of CMU campus, as well as a collected dataset for ATV (All-Terrain Vehicle) for off-road self-driving. Both visualization and evaluation results show obvious improvement of our algorithm.

Foundations

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

Your Notes