FAST-LIO2: Fast Direct LiDAR-Inertial Odometry
TL;DR: FAST-LIO2 as mentioned in this paper is a fast, robust, and versatile LiDAR-inertial odometry framework that enables incremental updates (i.e., point insertion and delete) and dynamic rebalancing.
read more
Abstract: This article presents FAST-LIO2: a fast, robust, and versatile LiDAR-inertial odometry framework. Building on a highly efficient tightly coupled iterated Kalman filter, FAST-LIO2 has two key novelties that allow fast, robust, and accurate LiDAR navigation (and mapping). The first one is directly registering raw points to the map (and subsequently update the map, i.e., mapping) without extracting features. This enables the exploitation of subtle features in the environment and, hence, increases the accuracy. The elimination of a hand-engineered feature extraction module also makes it naturally adaptable to emerging LiDARs of different scanning patterns; the second main novelty is maintaining a map by an incremental k-dimensional (k-d) tree data structure, incremental k-d tree ( <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">ikd-Tree</i> ), that enables incremental updates (i.e., point insertion and delete) and dynamic rebalancing. Compared with existing dynamic data structures (octree, R <inline-formula xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink"><tex-math notation="LaTeX">$^\ast$</tex-math></inline-formula> -tree, and <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">nanoflann</i> k-d tree), <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">ikd-Tree</i> achieves superior overall performance while naturally supports downsampling on the tree. We conduct an exhaustive benchmark comparison in 19 sequences from a variety of open LiDAR datasets. FAST-LIO2 achieves consistently higher accuracy at a much lower computation load than other state-of-the-art LiDAR-inertial navigation systems. Various real-world experiments on solid-state LiDARs with small field of view are also conducted. Overall, FAST-LIO2 is computationally efficient (e.g., up to 100 Hz odometry and mapping in large outdoor environments), robust (e.g., reliable pose estimation in cluttered indoor environments with rotation up to 1000 deg/s), versatile (i.e., applicable to both multiline spinning and solid-state LiDARs, unmanned aerial vehicle (UAV) and handheld platforms, and Intel- and ARM-based processors), while still achieving a higher accuracy than existing methods. Our implementation of the system FAST-LIO2 and the data structure <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">ikd-Tree</i> are both open-sourced on Github.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
SLICT: Multi-Input Multi-Scale Surfel-Based Lidar-Inertial Continuous-Time Odometry and Mapping
01 Apr 2023
TL;DR: In this paper , an octree-based global map is proposed for Lidar-inertial continuous-time odometry and mapping, which can be updated incrementally with point-to-surfel (PTS) association.
A UAV-based explore-then-exploit system for autonomous indoor facility inspection and scene reconstruction
TL;DR: Wang et al. as mentioned in this paper presented a UAV-based explore-then-exploit system to tackle the problems for autonomous indoor facility data collection and scene reconstruction, which consists of a hardware description and integration of two UAVs, a two-step simultaneous localization and mapping (SLAM) method for UAV localization and 3D environmental mapping, a safety-guaranteed coverage path planning algorithm for inspection and data collection, as well as an obstacle-aware trajectory generation method.
25
maplab 2.0 – A Modular and Multi-Modal Mapping Framework
01 Feb 2023
TL;DR: Maplab 2.0 as mentioned in this paper is an open-source platform that facilitates developing, testing, and integrating new modules and features into a fully-fledged SLAM system, including semantic object-based loop closure module.
LiDAR odometry survey: recent advancements and remaining challenges
D. Lee,Minwoo Jung,Wooseong Yang,Ayoung Kim +3 more
TL;DR: LiDAR odometry survey explores advancements and remaining challenges in robot navigation using LiDAR sensors for accurate motion prediction and location determination.
SLOPER4D: A Scene-Aware Dataset for Global 4D Human Pose Estimation in Urban Environments
Yawei Dai,Yitai Lin,Xiao Lin,Chenglu Wen,Lu Xu,Hongwei Yi,Siqi Shen,Yuexin Ma,Cheng Wang +8 more
- 01 Jun 2023
TL;DR: SLOPER4D is a novel scene-aware dataset for global 4D human pose estimation in urban environments. It includes 15 sequences of human motions with trajectories up to 1,300 meters and covers an area of more than 30,000 square meters.
22
References
Multidimensional binary search trees used for associative searching
TL;DR: The multidimensional binary search tree (or k-d tree) as a data structure for storage of information to be retrieved by associative searches is developed and it is shown to be quite efficient in its storage requirements.
8.2K
R-trees: a dynamic index structure for spatial searching
Antonin Guttman
- 01 Jun 1984
TL;DR: A dynamic index structure called an R-tree is described which meets this need, and algorithms for searching and updating it are given and it is concluded that it is useful for current database systems in spatial applications.
8K
3D is here: Point Cloud Library (PCL)
Radu Bogdan Rusu,Steve Cousins +1 more
- 09 May 2011
TL;DR: PCL (Point Cloud Library) is presented, an advanced and extensive approach to the subject of 3D perception that contains state-of-the art algorithms for: filtering, feature estimation, surface reconstruction, registration, model fitting and segmentation.
The R*-tree: an efficient and robust access method for points and rectangles
Norbert Beckmann,Hans-Peter Kriegel,Ralf Schneider,Bernhard Seeger +3 more
- 01 May 1990
TL;DR: The R*-tree is designed which incorporates a combined optimization of area, margin and overlap of each enclosing rectangle in the directory which clearly outperforms the existing R-tree variants.
VINS-Mono: A Robust and Versatile Monocular Visual-Inertial State Estimator
TL;DR: In this article, a robust and versatile monocular visual-inertial state estimator is presented, which is the minimum sensor suite (in size, weight, and power) for the metric six degrees of freedom (DOF) state estimation.
4K