作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2019, Vol. 45 ›› Issue (5): 285-290,297. doi: 10.19678/j.issn.1000-3428.0049692

• 开发研究与工程应用 • 上一篇    下一篇

基于改进RRT*的移动机器人路径规划算法

裴以建,杨超杰,杨亮亮   

  1. 云南大学 信息学院,昆明 650500
  • 收稿日期:2017-12-13 出版日期:2019-05-15 发布日期:2019-05-15
  • 作者简介:裴以建(1957—),男,教授,主研方向为智能机器人;杨超杰、杨亮亮,硕士研究生。
  • 基金资助:

    云南大学服务云南行动计划项目(KS161012)。

Path planning algorithm for mobile robot based on improved RRT*

PEI Yijian,YANG Chaojie,YANG Liangliang   

  1. School of Information Science and Engineering,Yunnan University,Kunming 650500,China
  • Received:2017-12-13 Online:2019-05-15 Published:2019-05-15

摘要:

RRT*算法在路径规划过程中确保了其概率完备性和渐进最优性,但仍存在收敛速度慢且产生大而密集的采样空间等问题。为此,在RRT*的基础上提出一种新的离线路径规划算法。在开始采样前快速瞄准目标区域,生成包含起始点与目标点的有界连通性区域。采用人工势场法优化采样过程,减少计算量,在势场合力的作用下有界区域内执行目标偏差采样,调整采样区域,在较短时间内生成较优路径。实验结果表明,当生成的路径成本相同时,该算法所需的迭代次数和执行时间远小于RRT*算法,算法效率更高。

关键词: 机器人, 路径规划, 人工势场, 有界区域, 偏差采样

Abstract:

The RRT* algorithm ensures its probabilistic completeness and asymptotic optimality in the path planning process,but there are still some problems such as slow convergence and large and dense sampling space.To solve these problems,this paper proposes a new offline path planning algorithm based on RRT*.The proposed algorithm quickly aims at the target area before starting sampling,and generates a bounded connected region that includes the starting point and the target point.The artificial potential field method is used to optimize the sampling process by reducing computational load.The target deviation sampling is executed in the bounded area under the action of the resultant force in the potential field,and generate a better path in a short period of time by flexible adjustment of the sampling area.Experimental results show that at the same cost of path planning,the number of required iterations and execution time of the proposed algorithm is much less than those of the RRT* algorithm,which means the proposed algorithm is more efficient.

Key words: robot, path planning, artificial potential field, bounded region, deviation sampling

中图分类号: