HNSRRT*:A Path Planning Algorithm Based on Heuristic Non-Uniform Sampling Method in Complex Obstacle Environment

Zhiwen Xu,Hui Zhang,Bin Chen,Xidong Zhou,Shengyong Yin,Lin Yang
DOI: https://doi.org/10.23919/ccc58697.2023.10240417
2023-01-01
Abstract:The traditional sampling-based algorithm such as Rapidly Random-exploring Tree (RRT) and various varieties have achieved tremendous success in the area of path planning. However, their excessive exploration in the state space leads to long time to find the optimal solution, large memory usage and cannot guarantee the quality of the planned path(generally evaluated by the cost of search time and the length of path) in sophisticated space. In this article, we propose an optimal path planning algorithm based on heuristic non-uniform sampling, namely the HNSRRT*, which successfully plans path in complex obstacle environments with optimal length and minimum time cost. The HNSRRT* utilizes heuristic function to generate non-uniform sampling distribution by Gaussian distribution,and constraints on sampling points can reduce the time wasted and path length increase caused by excessive exploration. We test the proposed HNSRRT* in 2D and 3D complex obstacle environment,comparing it with the three traditional sampling-base algorithms. The simulation results indicated that the effectiveness and efficiency of HNSRRT* and have an obvious improvement in term of time cost, path length compared with the existing algorithms.
What problem does this paper attempt to address?