Automatic parking planning control method based on improved A* algorithm

Read original: arXiv:2406.15429 - Published 6/26/2024 by Yuxuan Zhao
Total Score

0

Automatic parking planning control method based on improved A* algorithm

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Proposes an improved A* algorithm for automated parking planning and control
  • Aims to optimize the path planning and control process for autonomous parking
  • Tested the approach in simulation and on a real-world experimental platform

Plain English Explanation

The paper presents an improved A* algorithm for automated parking planning and control. The A* algorithm is a widely used path planning technique that helps find the shortest or most optimal path from a starting point to a destination.

The researchers have modified the standard A* algorithm to better suit the requirements of automated parking, which involves navigating a vehicle into a tight parking spot. Their improved algorithm takes into account factors like the vehicle's dimensions, the surrounding obstacles, and the target parking position to generate a more efficient and precise parking trajectory.

By using this enhanced path planning approach, the system can guide the vehicle through the parking maneuver more accurately and with greater control. The authors tested their method in simulation as well as on a real-world experimental platform to validate its effectiveness.

Technical Explanation

The paper proposes an automatic parking planning control method based on an improved A* algorithm. The A* algorithm is a widely used pathfinding technique that efficiently searches for the optimal path between a start and end point by considering both the distance to the goal and the estimated cost to reach it.

The researchers have modified the standard A* algorithm to better suit the requirements of automated parking. Their approach takes into account factors such as the vehicle's dimensions, the surrounding obstacles, and the target parking position to generate a more efficient and precise parking trajectory.

The key aspects of their improved A* algorithm include:

  1. Heuristic Cost Function: The researchers have developed a customized heuristic cost function that considers the vehicle's size, orientation, and the distance to the target parking spot. This helps the algorithm find the most optimal path.

  2. Obstacle Avoidance: The algorithm incorporates a dynamic obstacle avoidance mechanism to safely navigate the vehicle around any obstacles in the environment.

  3. Model Predictive Control: The system employs a model predictive control (MPC) approach to continuously update the vehicle's trajectory and control inputs during the parking maneuver. This allows for more precise and responsive control.

The authors evaluated their approach through both simulation and real-world experiments on a custom-built experimental platform. The results demonstrate the effectiveness of their improved A* algorithm in generating optimal parking trajectories and successfully guiding the vehicle into the target parking spot.

Critical Analysis

The paper presents a well-designed and comprehensive approach to automated parking planning and control. The researchers have thoughtfully addressed the key challenges of this problem, such as vehicle dynamics, obstacle avoidance, and precise trajectory generation.

One potential limitation of the study is the use of a simplified vehicle model in the simulation and experimental setup. While this allowed for more efficient computation, it may not fully capture the complexity of real-world vehicle dynamics. Extending the research to incorporate more detailed vehicle models could further improve the approach's applicability in real-world scenarios.

Additionally, the paper focuses on a single parking maneuver and does not explore more complex parking scenarios, such as parallel parking or navigating through a crowded parking lot. Investigating the algorithm's performance in these more challenging situations could provide valuable insights for further development.

Overall, the proposed improved A* algorithm for automated parking presents a promising step forward in the field of autonomous parking systems. The authors have demonstrated the feasibility and effectiveness of their approach, and their work could inspire further research in this area to enhance the reliability and versatility of automated parking solutions.

Conclusion

The paper presents an improved A* algorithm for automated parking planning and control that aims to optimize the path planning and vehicle control process. The researchers have modified the standard A* algorithm to better account for factors like vehicle dimensions, obstacles, and the target parking position, resulting in more efficient and precise parking trajectories.

The authors have validated their approach through both simulation and real-world experiments, showcasing the effectiveness of their improved algorithm in successfully guiding a vehicle into a target parking spot. While the study has some limitations, such as the use of a simplified vehicle model, it represents a valuable contribution to the field of autonomous parking systems.

This research could pave the way for more advanced and reliable automated parking solutions, which could significantly improve the convenience and efficiency of parking in various urban and commercial settings. As the field of autonomous driving continues to evolve, advancements in parking planning and control like the one presented in this paper will play a crucial role in creating a more seamless and integrated transportation experience.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Automatic parking planning control method based on improved A* algorithm
Total Score

0

Automatic parking planning control method based on improved A* algorithm

Yuxuan Zhao

As the trend of moving away from high-precision maps gradually emerges in the autonomous driving industry,traditional planning algorithms are gradually exposing some problems. To address the high real-time, high precision, and high trajectory quality requirements posed by the automatic parking task under real-time perceived local maps,this paper proposes an improved automatic parking planning algorithm based on the A* algorithm, and uses Model Predictive Control (MPC) as the control module for automatic parking.The algorithm enhances the planning real-time performance by optimizing heuristic functions, binary heap optimization, and bidirectional search; it calculates the passability of narrow areas by dynamically loading obstacles and introduces the vehicle's own volume during planning; it improves trajectory quality by using neighborhood expansion and Bezier curve optimization methods to meet the high trajectory quality requirements of the parking task. After obtaining the output results of the planning algorithm, a loss function is designed according to the characteristics of the automatic parking task under local maps, and the MPC algorithm is used to output control commands to drive the car along the planned trajectory. This paper uses the perception results of real driving environments converted into maps as planning inputs to conduct simulation tests and ablation experiments on the algorithm. Experimental results show that the improved algorithm proposed in this paper can effectively meet the special requirements of automatic parking under local maps and complete the automatic parking planning and control tasks.

Read more

6/26/2024

Automated Parking Planning with Vision-Based BEV Approach
Total Score

0

Automated Parking Planning with Vision-Based BEV Approach

Yuxuan Zhao

Automated Valet Parking (AVP) is a crucial component of advanced autonomous driving systems, focusing on the endpoint task within the human-vehicle interaction process to tackle the challenges of the last mile.The perception module of the automated parking algorithm has evolved from local perception using ultrasonic radar and global scenario precise map matching for localization to a high-level map-free Birds Eye View (BEV) perception solution.The BEV scene places higher demands on the real-time performance and safety of automated parking planning tasks. This paper proposes an improved automated parking algorithm based on the A* algorithm, integrating vehicle kinematic models, heuristic function optimization, bidirectional search, and Bezier curve optimization to enhance the computational speed and real-time capabilities of the planning algorithm.Numerical optimization methods are employed to generate the final parking trajectory, ensuring the safety of the parking path. The proposed approach is experimentally validated in the commonly used industrial CARLA-ROS joint simulation environment. Compared to traditional algorithms, this approach demonstrates reduced computation time with more challenging collision-risk test cases and improved performance in comfort metrics.

Read more

6/26/2024

🖼️

Total Score

0

Mirroring the Parking Target: An Optimal-Control-Based Parking Motion Planner with Strengthened Parking Reliability and Faster Parking Completion

Jia Hu, Yongwei Feng, Shuoyuan Li, Haoran Wang

Automated Parking Assist (APA) systems are now facing great challenges of low adoption in applications, due to users' concerns about parking capability, reliability, and completion efficiency. To upgrade the conventional APA planners and enhance user's acceptance, this research proposes an optimal-control-based parking motion planner. Its highlight lies in its control logic: planning trajectories by mirroring the parking target. This method enables: i) parking capability in narrow spaces; ii) better parking reliability by expanding Operation Design Domain (ODD); iii) faster completion of parking process; iv) enhanced computational efficiency; v) universal to all types of parking. A comprehensive evaluation is conducted. Results demonstrate the proposed planner does enhance parking success rate by 40.6%, improve parking completion efficiency by 18.0%, and expand ODD by 86.1%. It shows its superiority in difficult parking cases, such as the parallel parking scenario and narrow spaces. Moreover, the average computation time of the proposed planner is 74 milliseconds. Results indicate that the proposed planner is ready for real-time commercial applications.

Read more

5/14/2024

Real-time Motion Planning for autonomous vehicles in dynamic environments
Total Score

0

Real-time Motion Planning for autonomous vehicles in dynamic environments

Mohammad Dehghani Tezerjani, Dominic Carrillo, Deyuan Qu, Sudip Dhakal, Amir Mirzaeinia, Qing Yang

Recent advancements in self-driving car technologies have enabled them to navigate autonomously through various environments. However, one of the critical challenges in autonomous vehicle operation is trajectory planning, especially in dynamic environments with moving obstacles. This research aims to tackle this challenge by proposing a robust algorithm tailored for autonomous cars operating in dynamic environments with moving obstacles. The algorithm introduces two main innovations. Firstly, it defines path density by adjusting the number of waypoints along the trajectory, optimizing their distribution for accuracy in curved areas and reducing computational complexity in straight sections. Secondly, it integrates hierarchical motion planning algorithms, combining global planning with an enhanced $A^*$ graph-based method and local planning using the time elastic band algorithm with moving obstacle detection considering different motion models. The proposed algorithm is adaptable for different vehicle types and mobile robots, making it versatile for real-world applications. Simulation results demonstrate its effectiveness across various conditions, promising safer and more efficient navigation for autonomous vehicles in dynamic environments. These modifications significantly improve trajectory planning capabilities, addressing a crucial aspect of autonomous vehicle technology.

Read more

6/6/2024