Abstract:In order to solve the problem that the traditional A* algorithm and RS curve accelerated search algorithm are difficult to apply in the short-distance automatic parking scene during autonomous driving due to the complexity of the environment, an improved hybrid A* algorithm with a reverse search algorithm is proposed. The heuristic value is calculated using the map grid method and the A* algorithm. By detecting whether the body contour line and the simplified obstacle line intersect, it is determined whether the two can collide, so as to save search time; by controlling the number of extended directions of the RS curve, the smoothness of the path is guaranteed; through MATLAB simulation of vertical parking and side parking scenes, the improved algorithm is compared with the traditional algorithm. It is verified that under the same conditions, the improved hybrid A* algorithm reduces the average search time of the two simulation scenes by 8.18% and 20.53% respectively, and can produce a shorter and smoother path, thus verifying the superiority of the proposed hybrid A* algorithm based on the reverse search algorithm.