FIESTA: Fast Incremental Euclidean Distance Fields for Online Motion Planning of Aerial Robots
Luxin Han, Fei Gao, Boyu Zhou, Shaojie Shen

TL;DR
FIESTA introduces a fast, incremental ESDF mapping system for aerial robots that enhances real-time motion planning by efficiently updating obstacle information with high accuracy, validated through simulations and onboard tests.
Contribution
The paper presents a novel incremental ESDF mapping algorithm using separate obstacle insertion and deletion queues, improving speed and accuracy over existing methods.
Findings
Outperforms existing methods in speed and accuracy.
Produces near-optimal ESDF maps with minimal node updates.
Validated through simulations and onboard quadrotor experiments.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRobotic Path Planning Algorithms · Robotics and Sensor-Based Localization · UAV Applications and Optimization
