Administrator by China Associction for Science and Technology
Sponsored by China Society of Automotive Engineers
Published by AUTO FAN Magazine Co. Ltd.

Automotive Engineering ›› 2024, Vol. 46 ›› Issue (7): 1249-1258.doi: 10.19562/j.chinasae.qcgc.2024.07.012

Previous Articles    

A Mapping and Planning Method Based on Simplified Visibility Graph

Xiaolin Fan1,Xudong Zhang1(),Yuan Zou1,Xin Yin2,Yingqun Liu1   

  1. 1.School of Mechanical Engineering,Beijing Institute of Technology,Beijing  100081
    2.Shanghai Hanrun Automotive Electronics Co. ,Ltd. ,Shanghai  201601
  • Received:2023-09-24 Revised:2023-12-20 Online:2024-07-25 Published:2024-07-22
  • Contact: Xudong Zhang E-mail:Xudong.zhang@bit.edu.cn

Abstract:

Most of the current vehicle route planning is based on the grid map planning method, which will greatly increase the amount of calculation when the search area is large. In contrast, the method based on visibility graph can reduce the amount of calculation during path search, but is greatly affected by the complexity of obstacles. For this problem, combining the SLAM and visibility graph methods, a simplified visibility graph construction and planning method is proposed in this paper. Firstly, the improved SLAM algorithm is used to generate point cloud maps, and dynamic obstacles are removed. Then a visibility graph is generated, and the complex edges of polygons in the visibility graph are simplified based on the size of the obstacle and the size of the concave angle at the vertex to eliminate redundant vertices. Finally, through simulation experiments and real vehicle experiments, it is proved that compared with the original algorithm, this method can reduce the number of polygon vertices in the visibility graph by 20%-30% while ensuring the accuracy of mapping. The map update time and the running time of the overall algorithm are also reduced by more than 30%. It shows that the method in this paper can effectively reduce the amount of calculation and the running time of the algorithm in the mapping and planning process.

Key words: visibility graph, path planning, SLAM, intelligent vehicle