English

Autonomous UAV Exploration of Dynamic Environments via Incremental Sampling and Probabilistic Roadmap

Robotics 2021-03-23 v3 Artificial Intelligence

Abstract

Autonomous exploration requires robots to generate informative trajectories iteratively. Although sampling-based methods are highly efficient in unmanned aerial vehicle exploration, many of these methods do not effectively utilize the sampled information from the previous planning iterations, leading to redundant computation and longer exploration time. Also, few have explicitly shown their exploration ability in dynamic environments even though they can run real-time. To overcome these limitations, we propose a novel dynamic exploration planner (DEP) for exploring unknown environments using incremental sampling and Probabilistic Roadmap (PRM). In our sampling strategy, nodes are added incrementally and distributed evenly in the explored region, yielding the best viewpoints. To further shortening exploration time and ensuring safety, our planner optimizes paths locally and refine them based on the Euclidean Signed Distance Function (ESDF) map. Meanwhile, as the multi-query planner, PRM allows the proposed planner to quickly search alternative paths to avoid dynamic obstacles for safe exploration. Simulation experiments show that our method safely explores dynamic environments and outperforms the benchmark planners in terms of exploration time, path length, and computational time.

Keywords

Cite

@article{arxiv.2010.07429,
  title  = {Autonomous UAV Exploration of Dynamic Environments via Incremental Sampling and Probabilistic Roadmap},
  author = {Zhefan Xu and Di Deng and Kenji Shimada},
  journal= {arXiv preprint arXiv:2010.07429},
  year   = {2021}
}

Comments

8 Pages, 9 Figures, and 5 Tables. Video Link: https://youtu.be/ileyP4DRBjU. Github Link: https://github.com/Zhefan-Xu/DEP

R2 v1 2026-06-23T19:21:40.563Z