PQ-RRT*: An improved path planning algorithm for mobile robots

Yanjie Li,Wu Wei,Yong Gao,Dongliang Wang,Zhun Fan
DOI: https://doi.org/10.1016/j.eswa.2020.113425
IF: 8.5
2020-08-01
Expert Systems with Applications
Abstract:<p>During the last decade, sampling-based algorithms for path planning have gained considerable attention. The RRT*, a variant of RRT (rapidly-exploring random trees), is of particular concern to researchers due to its asymptotic optimality. However, the limits of the slow convergence rate of RRT* makes it inefficient for applications. For the purposes of overcoming these limitations, this paper proposes a novel algorithm, PQ-RRT*, which combines the strengths of P-RRT* (potential functions based RRT*) and Quick-RRT*. PQ-RRT* guarantees a fast convergence to an optimal solution and generates a better initial solution. The asymptotic optimality and fast convergence of the proposed algorithm are proved in this paper. Comparisons of PQ-RRT* with P-RRT* and Quick-RRT* in four benchmarks verify the effectiveness of the proposed algorithm.</p>
computer science, artificial intelligence,engineering, electrical & electronic,operations research & management science
What problem does this paper attempt to address?
The paper attempts to address two main challenges in mobile robot path planning: 1. finding a collision-free path from the starting point to the target point (feasibility problem), and 2. ensuring that the found path is the optimal path with the lowest cost (optimality problem). Additionally, the paper focuses on how to improve the convergence speed of the path planning algorithm to find the optimal solution in the shortest possible time (rapid path planning problem). Specifically, the paper proposes a new path planning algorithm—PQ-RRT*—to address the slow convergence speed of the existing RRT* algorithm (an asymptotically optimal path planning algorithm). This algorithm combines the advantages of P-RRT* (Potential Function-based RRT*) and Quick-RRT*, aiming to generate a better initial solution and converge to the optimal solution more quickly. Through theoretical proof and experimental validation, the paper demonstrates that PQ-RRT* ensures asymptotic optimality and rapid convergence while maintaining the same computational complexity as P-RRT* and Quick-RRT*, thus providing a more effective solution for mobile robot path planning.