Research on cross-regional path planning algorithm for aircraft unmanned tractor based on improved A* algorithm

Feng Gu,Wang Zheng,Wang Xin,Lin Sun
DOI: https://doi.org/10.1145/3638584.3638640
2023-12-08
Abstract:Unmanned tractors can replace experienced drivers in driving and warehousing aircraft on the ground. When the airport and hangar environment is more complex, higher requirements are also put forward for the path planning algorithm. The A* algorithm is a heuristic search algorithm widely used in path planning. Improved based on the classic A* algorithm, it can avoid obstacles across regions while improving efficiency and reducing path cost consumption. First, a region segmentation method was designed, and then the evaluation function was redesigned to avoid falling into local optimality. At the same time, it was improved to delete child nodes that have passed the obstacle vertex when selecting child nodes to avoid collisions. Finally, the optimisation path was improved, redundant nodes were deleted, and secondary optimisation was performed to reduce the number of turns and the total number of turns. Simulation experiments were conducted through Matlab, and the data showed that the improved A* algorithm has high smoothness, avoided collisions, reduced crossing areas, and saved movement time.
Engineering,Computer Science
What problem does this paper attempt to address?