P‐19.6: Research on Path Planning Algorithms in Autonomous Driving

Songzhen Sang,Wanlin Li
DOI: https://doi.org/10.1002/sdtp.17431
2024-04-01
SID Symposium Digest of Technical Papers
Abstract:Path planning is a critical aspect of autonomous driving, necessitating the calculation of the most efficient route considering real‐time traffic conditions, road status, and obstacles. The primary goal of path planning algorithms is to identify the optimal route from a starting point to a destination within a given environment. In autonomous driving, these algorithms are broadly categorizedinto global planning and local planning. Noteworthy global path planning algorithms include Dijkstra's algorithm, A*, and others. Local path planning algorithms encompass local perception and obstacle avoidance, utilizing real‐time information from devices like laser radar and cameras. This approach, suitable for complex and dynamic environments, involves collision avoidance and path adjustments. Analysis reveals that both commonly used global planning algorithms and local path planning algorithms possess distinct advantages and drawbacks. Whether in simulation debugging or practical operations, the collaborative functioning of both types of algorithms is imperative for ensuring the safe and efficient operation of autonomous vehicles in complex and dynamic environments.
What problem does this paper attempt to address?