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
•Posted Content
Geometrically Constrained Trajectory Optimization for Multicopters.
TL;DR: In this article, an optimization-based framework for multicopter trajectory planning subject to geometrical spatial constraints and user-defined dynamic constraints is presented, which is a novel trajectory representation built upon the novel optimality conditions for unconstrained control effort minimization.
144
•Posted Content
R3LIVE: A Robust, Real-time, RGB-colored, LiDAR-Inertial-Visual tightly-coupled state Estimation and mapping package.
Jiarong Lin,Fu Zhang +1 more
TL;DR: LiDAR-Inertial-Visual sensor fusion framework (R3LIVE) is proposed in this article, which takes advantage of measurement of LiDAR, inertial, and visual sensors to achieve robust and accurate state estimation.
136
Faster-LIO: Lightweight Tightly Coupled Lidar-Inertial Odometry Using Parallel Sparse Incremental Voxels
01 Apr 2022
TL;DR: In this article , an incremental voxel-based lidar-inertial odometry (LIO) method for fast-tracking spinning and solid-state lidar scans is presented.
Multi-sensor integrated navigation/positioning systems using data fusion: From analytics-based to learning-based approaches
Yuan Zhuang,Xiao Sun,You Li,Jianzhu Huai,Luchi Hua,Xiansheng Yang,Xiaoxiang Cao,Peng Zhang,Yue Cao,Longning Qi,Jun Yang,Nashwa El-Bendary,Naser El-Sheimy,J. A. Thompson,Ruizhi Chen +14 more
TL;DR: In this paper , a thorough investigation into multi-sensor data fusion, which over the last ten years has been used for integrated positioning/navigation systems, is described, and different navigation/positioning systems are classified and elaborated upon from three aspects: (1) sources, (2) algorithms and architectures, and (3) scenarios, which are further divided into two categories: (i) analyticsbased fusion and (ii) learning-based fusion.
94
•Posted Content
Direct LiDAR Odometry: Fast Localization with Dense Point Clouds.
TL;DR: In this article, a light-weight front-end LiDAR odometry solution with consistent and accurate localization for computationally limited robotic platforms is presented, which enables the use of full, minimally-preprocessed point clouds to provide accurate pose estimates in real-time.
86
References
LION: Lidar-Inertial Observability-Aware Navigator for Vision-Denied Environments
Andrea Tagliabue,Jesus Tordesillas,Xiaoyi Cai,Angel Santamaria-Navarro,Jonathan P. How,Luca Carlone,Ali-akbar Agha-mohammadi +6 more
- 09 Nov 2020
TL;DR: LION as mentioned in this paper is a state estimation framework developed by the team CoSTAR for the DARPA Subterranean Challenge, which achieved second and first places in the Tunnel and Urban circuits in August 2019 and February 2020, respectively.
67
Lightweight 3-D Localization and Mapping for Solid-State LiDAR
Han Wang,Chen Wang,Lihua Xie +2 more
TL;DR: Li et al. as discussed by the authors proposed a new SLAM framework for solid-state LiDAR sensors, which involves feature extraction, odometry estimation, and probability map building, and evaluated on a warehouse robot and a hand-held device.
51
Avoiding Dynamic Small Obstacles With Onboard Sensing and Computation on Aerial Robots
Fanze Kong,Wei Xu,Yixi Cai,Fu Zhang +3 more
- 04 Aug 2021
TL;DR: In this paper, the authors proposed a compact, integrated, and fully autonomous quadrotor system, which can fly safely in cluttered environments while avoiding dynamic small obstacles (e.g., tree branches, power lines).
Analysis of range search for random k-d trees
TL;DR: It is disproved that nearest neighbor search for a given random point in the k-d tree can be done in O(1) expected time, and asymptotic expected time analysis is given for orthogonal and convex range search, as well as nearest neighbors search.
A Comparative Study of k-Nearest Neighbour Techniques in Crowd Simulation
TL;DR: It is found that the nanoflann implementation of a k‐d tree offers the best performance by far on many different scenarios, processing 100,000 agents in about 35 ms on a fast consumer PC.
28