pith. machine review for the scientific record. sign in

arxiv: 1903.02144 · v3 · pith:YWZU4BELnew · submitted 2019-03-06 · 💻 cs.RO

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

classification 💻 cs.RO
keywords esdfdistancefiestamotionplanningaerialeuclideanexperiments
0
0 comments X
read the original 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 system and validate it by both simulation and onboard experiments. We release our method as open-source software for the community.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. G-EDF-Loc: 3D Continuous Gaussian Distance Field for Robust Gradient-Based 6DoF Localization

    cs.RO 2026-04 unverdicted novelty 6.0

    G-EDF-Loc models the Euclidean distance field as a block-sparse Gaussian mixture to enable real-time, gradient-based 6DoF localization that remains robust under severe odometry degradation or without IMU priors.