ROAISep 14, 2021

DPMPC-Planner: A real-time UAV trajectory planning framework for complex static environments with dynamic obstacles

arXiv:2109.07024v267 citations
AI Analysis

This addresses the problem of reliable UAV navigation for applications in dynamic settings, but it is incremental as it builds on existing mapping and control methods.

The paper tackles safe UAV navigation in complex static environments with dynamic obstacles by proposing a trajectory planning framework that separates static mapping from dynamic object representation, achieving safe navigation in simulations.

Safe UAV navigation is challenging due to the complex environment structures, dynamic obstacles, and uncertainties from measurement noises and unpredictable moving obstacle behaviors. Although plenty of recent works achieve safe navigation in complex static environments with sophisticated mapping algorithms, such as occupancy map and ESDF map, these methods cannot reliably handle dynamic environments due to the mapping limitation from moving obstacles. To address the limitation, this paper proposes a trajectory planning framework to achieve safe navigation considering complex static environments with dynamic obstacles. To reliably handle dynamic obstacles, we divide the environment representation into static mapping and dynamic object representation, which can be obtained from computer vision methods. Our framework first generates a static trajectory based on the proposed iterative corridor shrinking algorithm. Then, reactive chance-constrained model predictive control with temporal goal tracking is applied to avoid dynamic obstacles with uncertainties. The simulation results in various environments demonstrate the ability of our algorithm to navigate safely in complex static environments with dynamic obstacles.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes