Path Planning Based on Improved RRT Algorithm

Yanguo Huang,Chao Jin
DOI: https://doi.org/10.1109/ISCER58777.2023.00030
2023-02-01
Abstract:The traditional path-exploring Random Trees (RRT) algorithm has the defects of low search efficiency and high path curvature. Based on the basic RRT algorithm, target bias strategy and pruning optimization algorithm are adopted to reduce unnecessary blank search and improve the computational speed. By introducing stretch function, the generated path is searched forward along the end node, and the two non-adj acent nodes with no obstacles in the middle are merged to reduce redundant paths. The cubic B-spline function is used to make the path curve smoother. In the matlab simulation environment simulation. Simulation results show that compared with the traditional RRT algorithm, the improved path planning algorithm greatly reduces the length of path planning and the path search time, and verifies the effectiveness of the path planning algorithm.
Engineering,Computer Science
What problem does this paper attempt to address?