Efficient path planning algorithm for UAV

Xin Liu,ChengPing Zhou,Mingyue Ding
2011-01-01
Abstract:On the basis of rapidly-exploring random trees (RRT) algorithm, an efficient and robust approach was proposed to improve real time and robustness of path planning system for unmanned aerial vehicle (UAV), which consists of three parts, generation of sample point, search of the point on the tree nearest to sample point, and expansion of vertex. First, sample point selection was addressed by choosing the target point with certain probability to improve the route quality and planning speed. Then, the nearest point on the tree to the sample point was found. Finally, the expansion of vertex was performed by attaching the constraints of UAV into searching process, which can ensure the feasibility of the path. The procedure will keep going until the target is achieved. Simulation results demonstrate that the proposed path-planning scheme can obtain near-optimal path quickly and is robust for the variation of planning environment compared with other methods.
What problem does this paper attempt to address?