Global dynamic smooth path planning method based on optimized A-STAR algorithm
Patent Information
- Authority / Receiving Office
- CN Β· China
- Current Assignee / Owner
- FUJIAN UNIV OF TECH
- Publication Date
- 2022-03-11
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the technical field of dynamic path planning, in particular to a global dynamic smooth path planning method based on an optimized A-STAR algorithm. Background technique
[0002] The A* algorithm is a classic heuristic algorithm, which can efficiently find the optimal path from the starting point to the target point in a static environment. This algorithm is simple in program and easy to implement. At present, during the operation of the traditional A* algorithm, two lists, the Open list and the Close list, need to be maintained. A* needs to calculate the surrounding nodes of the current position during the pathfinding process. When encountering an obstacle, it will re-find the path near the starting point, and repeat until the search width exceeds the obstacle width, and then continue to Therefore, there will be a large number of useless nodes that need to be calculated, resulting in excessive computation, excessive memory usa...