Robust Path Planning For Avoiding Obstacles Using
Robust Path Planning For Avoiding Obstacles Using
Abstract
Small unmanned aerial vehicles are widely used in urban space because of its flexibility and maneuverability. However,
there are full of dynamic obstacles and immobile obstacles which will affect safe flying in urban space. In this paper, a
novel integrated path planning approach for unmanned aerial vehicles is presented, which is consisted of three steps.
First, a time-environment dynamic map is constructed to represent obstacles by introducing time axis. Second,
unmanned aerial vehicles’ flyable paths are explored based on breadth-first algorithm. Third, a path planning method
using A* algorithm and local trace-back model is designed in order to discover sub-optimal feasible path rapidly in
unmanned aerial vehicles’ field of view. Finally, the simulation results have illustrated that the proposed method can
ensure unmanned aerial vehicles’ autonomous path planning safely and effectively in urban space crowded with
obstacles.
Keywords
Path planning, unmanned aerial vehicles, time-environment dynamic map
Creative Commons CC BY: This article is distributed under the terms of the Creative Commons Attribution 4.0 License
(http://www.creativecommons.org/licenses/by/4.0/) which permits any use, reproduction and distribution of the work without
further permission provided the original work is attributed as specified on the SAGE and Open Access pages (https://us.sagepub.com/en-us/nam/
open-access-at-sage).
2 Measurement and Control
1 Build TEDM
2 Grid and label FOV
3 Search and record environment by
breadth-first algorithm
4 Select the optimal node using A* algorithm
5 Get path in FOV with trace-back model algorithm
X
n1
opt gk = gki ðsi , ui Þ + opt Gkn1, n
i=m
X
n2
Figure 8. Obstacle sensing by sensors onboard.
= gki ðsi , ui Þ + opt Gkn2, n
ð11Þ
i=m
..
.
= gkm ðsm , um Þ + opt Gkm + 1, n
A* – 82 1
Voronoi – 91 14
TEDM 14.8 46 0
Conclusion
In terms of complex environment, we have argued how
the UAV can avoid collision in urban space safer and
faster. After reviewing the studies in the context of
immobile and dynamic obstacles, a conceptual con-
structive model which combines A* and breadth-first
algorithms has been proposed. Following are some
concluding remarks: