An improved Quick Informed-RRT* algorithm based on hybrid bidirectional search and adaptive adjustment strategies

Yan Lin,Linmao Zhang
DOI: https://doi.org/10.1007/s11370-024-00541-6
2024-05-24
Intelligent Service Robotics
Abstract:Rapidly exploring random trees (RRTs) have been widely used for single-query motion planning problems due to their efficient searching capability in high-dimensional and complex spaces. Optimal RRTs (RRT*s) address the problem of finding optimal solutions, but the slow convergence rate and inefficient blind sampling contradict their single-query nature, which limits their applicability in certain applications, especially in narrow corridor and maze environments. To overcome these limitations, this paper proposes a hybrid bidirectional adaptive Informed-RRT* (HBAI-RRT*) that divides the planning process into three phases. Firstly, HBAI-RRT* implements a dual-tree search with greedy heuristics to find a feasible path faster than the unidirectional one. Afterward, the entire path is divided into two balanced segments through the dual-tree balancing operation. Finally, the dual-tree Quick Informed-RRT* asymptotic optimization is performed within the informed sets based on the two path segments, and the sampling frequency is adjusted based on the area ratio of the two informed subsets. Meanwhile, an adaptive adjustment strategy of segments intersection pair is employed to optimize the entire path. The proposed method significantly improves the convergence rate by efficiently reducing the sampling region. Comparisons of HBAI-RRT* with other algorithms verify that HBAI-RRT* exhibits better performance regarding initial path-finding speed and convergence rate in simulation environments.
robotics
What problem does this paper attempt to address?