• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2022, Vol. 44 ›› Issue (03): 563-570.

• Artificial Intelligence and Data Mining • Previous Articles    

Unknown environment map construction and path planning based on dynamic matrix

ZHANG Zhi-yuan,CHEN Hai-jin   

  1. (School of Information Science and Technology,Nantong University,Nantong 226019,China)
  • Received:2020-10-10 Revised:2020-12-09 Accepted:2022-03-25 Online:2022-03-25 Published:2022-03-24

Abstract: The SLAM map building method generally relies on human-computer interaction platform in environmental modeling, which has high labor cost and poor independence. This paper proposes an unknown environment map construction algorithm based on dynamic matrix. The algorithm builds a two-dimensional raster map and uses A* algorithm for backtracking in completely unknown environment, so as to realize the full coverage collection of map information independently. Traditional local coverage path planning algorithm has high repetition rate and low operation efficiency. To solve these problems, the presented algorithm deals with the closed area immediately, and combines the edge tracking and boustrophedon coverage methods in the path planning of sub-region. The algorithm was designed using MATLAB, and further verified by the Webots robot simulation platform. Simulation results show, compared with the traditional local coverage algorithm, that the algorithm has significant improvements in the reduced number of sub regions, the total length of backtracking path and the path repetition rate..

Key words: raster map modeling, path planning, dynamic matrix, A* algorithm, edge tracking