Lei Shangjing, Li Tengyan, Gao Xiaochan, Xue Pengjun, Song Guozhu
School of Software, Shanxi Agriculture University, Taigu, 030801, China.
Sci Rep. 2025 Apr 17;15(1):13312. doi: 10.1038/s41598-025-92675-5.
Aiming at the problems of rapid-expanding random trees (RRT) in path planning, such as strong search blindness, high randomness, slow convergence, and non-smooth generated paths, this paper proposes a Multi-Strategy Fusion RRT (MSF-RRT) algorithm to improve RRT. Firstly, a target bias strategy introduces a higher probability that the target region samples points; secondly, a bias expansion strategy expands the sampling points to the target points in an orderly manner; then, an adaptive step size strategy adjusts the expansion step size according to the map complexity. Finally, the preliminary planned path fits and optimises through pruning process and cubic B-spline curve. The simulation results show that in path planning with different map complexity, the simulation results show that the MSF-RRT algorithm reduces the search time, path length, and number of nodes by an average of 90.53%, 16.84%, and 88.43%, respectively, compared to the traditional RRT algorithm; by an average of 79.33%, 14.58%, and 77.71%, respectively, compared to the RRT-Star algorithm; and by an average of 49.74%, 14.89%, and 68.74%, respectively, compared to the RRT- Connect algorithm. The MSF-RRT algorithm shows higher efficiency and better performance in path planning and aligns with the kinematic properties of path planning.
针对快速扩展随机树(RRT)在路径规划中存在的搜索盲目性强、随机性高、收敛速度慢以及生成路径不光滑等问题,本文提出一种多策略融合RRT(MSF - RRT)算法对RRT进行改进。首先,目标偏差策略使目标区域采样点的概率更高;其次,偏差扩展策略将采样点有序地扩展至目标点;然后,自适应步长策略根据地图复杂度调整扩展步长。最后,通过剪枝处理和三次B样条曲线对初步规划路径进行拟合与优化。仿真结果表明,在不同地图复杂度的路径规划中,与传统RRT算法相比,MSF - RRT算法的搜索时间、路径长度和节点数量分别平均减少了90.53%、16.84%和88.43%;与RRT - Star算法相比,分别平均减少了79.33%、14.58%和77.71%;与RRT - Connect算法相比,分别平均减少了49.74%、14.89%和68.74%。MSF - RRT算法在路径规划中表现出更高的效率和更好的性能,符合路径规划的运动学特性。