A Dynamic Motion Planning Framework for Autonomous Driving in Urban Environments
Abstract: we present a framework for robust autonomous driving motion planning system in urban environments which includes trajectory refinement, trajectory interpolation, avoidance of static and dynamic obstacles, and trajectory tracking. Given road centerline, our approach smoother the original line via cubic spline. Fifth order Bezier curve is then used to generate more human-like trajectories that guarantee at least second order continuity and curvature continuity. Dynamic trajectory planning task is decoupled into lateral spatial and longitudinal velocity planning problems. A bunch of candidate trajectory sets are generated and evaluated by an object function which considers kinematic feasibility, trajectory smoothness, driving comfort and collision-checking. Meanwhile, an LQG controller is used to generate longitudinal velocity profile to ensure safety and comfort. After that, spatial and velocity profiles are transformed into commands executed by lateral steering and longitudinal acceleration controllers. This framework is validated within a simulation study and has been deployed on our autonomous vehicle shown in Fig.1 that has travelled thousands of miles in urban environments.
Code (0)
등록된 구현이 없습니다.
Tasks
Autonomous DrivingMotion PlanningTrajectory PlanningSimilar Papers 제목 키워드 기반
PPAD: Iterative Interactions of Prediction and Planning for End-to-end Autonomous Driving
We present a new interaction mechanism of prediction and planning for end-to-end autonomous driving, called PPAD (Iterative Interaction of Prediction and Planning Autonomous Driving), which considers the timestep-wise in…
Autonomous DrivingMotion PlanningPredictionTrajectory PredictionFocalAD: Local Motion Planning for End-to-End Autonomous Driving
In end-to-end autonomous driving,the motion prediction plays a pivotal role in ego-vehicle planning. However, existing methods often rely on globally aggregated motion features, ignoring the fact that planning decisions …
Autonomous DrivingBench2DriveMotion Planningmotion predictionCarPLAN: Context-Adaptive and Robust Planning with Dynamic Scene Awareness for Autonomous Driving
Imitation learning (IL) is widely used for motion planning in autonomous driving due to its data efficiency and access to real-world driving data. For safe and robust real-world driving, IL-based planning requires captur…
Autonomous DrivingMotion PlanningBridging Scene Generation and Planning: Driving with World Model via Unifying Vision and Motion Representation
End-to-end autonomous driving aims to generate safe and plausible planning policies from raw sensor input. Driving world models have shown great potential in learning rich representations by predicting the future evoluti…
Autonomous DrivingScene GenerationVideo GenerationMotion PlanningBaidu Apollo EM Motion Planner
In this manuscript, we introduce a real-time motion planning system based on the Baidu Apollo (open source) autonomous driving platform. The developed system aims to address the industrial level-4 motion planning problem…
Autonomous DrivingMotion Planning