Pith. sign in

REVIEW 2 cited by

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 1903.02144 v3 pith:YWZU4BEL submitted 2019-03-06 cs.RO

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

classification cs.RO
keywords esdfdistancefiestamotionplanningaerialeuclideanexperiments
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
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.

discussion (0)

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

Forward citations

Cited by 2 Pith papers

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.

  2. Teach-Repeat-Replan: A Complete and Robust System for Aggressive Flight in Complex Environments

    cs.RO 2019-07 unverdicted novelty 5.0

    A complete system for aggressive quadrotor flight that smooths arbitrary human teaching paths into feasible repeating trajectories and performs onboard local replanning to handle unmapped or moving obstacles.