ROMar 6, 2019

FIESTA: Fast Incremental Euclidean Distance Fields for Online Motion Planning of Aerial Robots

arXiv:1903.02144v3254 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of enabling real-time motion planning for aerial robots by improving ESDF mapping efficiency, though it is incremental as it builds on existing ESDF techniques with optimizations.

The paper tackles the bottleneck of fast incremental Euclidean Signed Distance Field (ESDF) mapping for real-time motion planning in aerial robots by proposing FIESTA, a system that uses independent updating queues and efficient data structures to update minimal nodes, achieving high computational performance and near-optimal results with demonstrated superiority in performance and accuracy over other methods.

Euclidean Signed Distance Field (ESDF) is useful for online motion planning of aerial robots since it can easily query the distance and gradient information against obstacles. Fast incrementally built ESDF map is the bottleneck for conducting real-time motion planning. In this paper, we investigate this problem and propose a mapping system called FIESTA to build global ESDF map incrementally. By introducing two independent updating queues for inserting and deleting obstacles separately, and using Indexing Data Structures and Doubly Linked Lists for map maintenance, our algorithm updates as few as possible nodes using a BFS framework. Our ESDF map has high computational performance and produces near-optimal results. We show our method outperforms other up-to-date methods in term of performance and accuracy by both theory and experiments. We integrate FIESTA into a completed quadrotor system and validate it by both simulation and onboard experiments. We release our method as open-source software for the community.

Code Implementations2 repos
Foundations

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

Your Notes