Real-time Motion Planning for autonomous vehicles in dynamic environments
Mohammad Dehghani Tezerjani, Dominic Carrillo, Deyuan Qu, Sudip Dhakal, Amir Mirzaeinia, Qing Yang
TL;DR
The paper addresses real-time trajectory planning for autonomous vehicles in dynamic environments with moving obstacles. It proposes a hierarchical planning framework that combines a global planner based on an enhanced $A^*$ with gradient-descent refinement and a local planner using the time elastic band, augmented by moving obstacle detection and Kalman-filter-based dynamics. A novel trajectory density concept adjusts time intervals to increase waypoint density in high-curvature regions, balancing accuracy and computation. Experimental results across static and dynamic obstacle scenarios demonstrate real-time performance, smoother trajectories, and robust obstacle handling, supporting safer and more efficient autonomous navigation in dynamic settings.
Abstract
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.
