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

计算机工程

• 人工智能及识别技术 • 上一篇    下一篇

基于可视图与A*算法的路径规划

黎 萍 1,朱军燕 2,彭 芳 1,杨 亮 1   

  1. (1. 电子科技大学中山学院,广东 中山 528402;2. 中山出入境检验检疫局技术中心,广东 中山 528403)
  • 收稿日期:2013-08-29 出版日期:2014-03-15 发布日期:2014-03-13
  • 作者简介:黎 萍(1981-),女,讲师、博士,主研方向:人工智能;朱军燕,工程师、硕士;彭 芳,副教授、硕士;杨 亮,讲师、硕士。
  • 基金资助:
    国家科技型中小企业技术创新基金资助项目(12C26214405188);广东省教育部产学研基金资助项目(2011B090400371); 电子科技大学中山学院博士启动基金资助项目(410YKQ01)。

Path Planning Based on Visibility Graph and A* Algorithm

LI Ping 1, ZHU Jun-yan 2, PENG Fang 1, YANG Liang 1   

  1. (1. Zhongshan Institute, University of Electronic Science and Technology of China, Zhongshan 528402, China; 2. Technical Center, Zhongshan Entry-Exit Inspection and Quarantine, Zhongshan 528403, China)
  • Received:2013-08-29 Online:2014-03-15 Published:2014-03-13

摘要: 结合可视图的骨架构造方法和A*图搜索方法,采用矩形包络障碍物,在障碍物顶点外延生成路径点。在此基础上,提出一种新的路径规划算法Lambda*,与A*算法类似,搜索过程需要2张表,但CLOSED表保存从起始节点开始的路径节点,OPEN表保存CLOSED表中扩展节点的后续节点,可减少在OPEN表中保存的节点数量,减少计算量和耗时,并通过增加SMOOTH过程以提高路径的平滑度。将算法应用于二维空间环境进行机器人路径规划仿真实验,结果表明,与A*算法相比,Lambda*算法能够以增加较少路径长度为前提,大幅降低路径规划的耗时。

关键词: 路径规划, 可视图, A*算法, Lambda*算法, 路径平滑

Abstract: Inspired by skeleton construction method visibility graph and graph search methods A*, obstacles are enveloped by rectangles, path points are generated as obstacle vertices’ extension, and a new path planning algorithm Lambda* is presented, which needs two lists. But differently, CLOSED list in Lambda* is used to store the path nodes from starting node sequentially, and OPEN list is used to save subsequence nodes for the extending node in CLOSED list. What’s more, SMOOTH process is added to smooth the path saved in CLOSED. For validation verification, Lambda* is used in 2D simulation environment. The simulation results show that Lambda* algorithm’s time consuming is decreased substantially with little increase of path length compared with A* algorithm.

Key words: path planning, visibility graph, A* algorithm, Lambda* algorithm, path smoothing

中图分类号: