Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Luxin Han, Fei Gao, Boyu Zhou, Shaojie Shen• 2019

Related benchmarks

TaskDatasetResultRank
Mesh ReconstructionReplica Room 0
Depth L1 Error3.77
21
SDF ReconstructionReplica Office 2
SDF MAE (All) (cm)2.234
16
Mesh ReconstructionReplica Room 2
Completion Ratio [< δ]82.34
16
Mesh ReconstructionReplica Room 1
Completion (cm)3.16
16
Mesh ReconstructionReplica Office 0
Completion (cm)2.73
16
SDF ReconstructionReplica Office 0
SDF MAE (All) [cm]2.662
13
Mesh ReconstructionReplica Office 4
F1 Score [< δ]78.19
10
SDF MappingReplica (room0)
FPT (s)0.05
5
SDF MappingCow & Lady
FPT (s)0.02
5
SDF ReconstructionReplica Room 0
SDF MAE (All)2.175
5
Showing 10 of 22 rows

Other info

Follow for update