A Two-Stages Path Planning Algorithm for Autonomous Parking

Zhenyu Wu,Xiaofei Liu,Tao Huang,Xiangyu Deng,Yipei Yan
DOI: https://doi.org/10.1109/yac63405.2024.10598662
2024-01-01
Abstract:This paper introduces a fully automated parking method that divides the parking path planning process into two stages. One stage, an improved RRT algorithm* is used to plan the global path to the initial parking area. Another stage, an RRT-RS algorithm* is employed to plan a parking trajectory that adheres to the vehicle’s kinematics. Compared to A* and the original RRT* algorithms, our improved RRT* algorithm demonstrates higher efficiency and improved safety. The RRT*-RS algorithm, compared to traditional geometric methods, is more adaptable and capable of handling parking tasks for vehicles with various initial orientations. To enhance dynamic obstacle avoidance and trajectory tracking, a local planner is designed using a combination of the A* algorithm and the MPC algorithm. Finally, the feasibility of this algorithm is validated in a ROS simulation environment.
What problem does this paper attempt to address?