Mobile Robot Path Planning Based on an Improved A * Algorithm

Wei SUN,Yunfeng LV,Hongwei TANG,Min XUE
DOI: https://doi.org/10.16339/j.cnki.hdxbzkb.2017.04.013
2017-01-01
Abstract:An improved A * algorithm was presented for global path planning of mobile robot.Firstly,the environment model was described using the grid method,and the preliminary path was obtained by traditional A * algorithm.Secondly,the path planned by A * method was flaw with much redundant points,large path length,and turning angle.The original path was partitioned by tiny step to obtain a series of path point.The finish point from the start point was connected by using straight line in sequence.To decrease the path length and turning angle,the path node can be removed if there are no obstacles on the line.The analysis and comparison between the proposed algorithm,traditional A * algorithm and another improved A * method were then given in the simulation experiment and physical experiments.Additionally,the merits of the proposed algorithm and other algorithms were compared when the obstacle rate,amount of task point,and step length were different.The experiment results show that the proposed algorithm effectively reduces the path length and turning angle.
What problem does this paper attempt to address?