paper-with-me

Papers

A Dynamic Motion Planning Framework for Autonomous Driving in Urban Environments

2019-12-10

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.

📄 PDF Abstract BibTeX arXiv:1912.04458

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingMotion PlanningTrajectory Planning

Similar Papers 제목 키워드 기반

PPAD: Iterative Interactions of Prediction and Planning for End-to-end Autonomous Driving

2023-11-14 · Zhili Chen, Maosheng Ye, Shuangjie Xu, Tongyi Cao 외

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 Prediction

FocalAD: Local Motion Planning for End-to-End Autonomous Driving

2025-06-13 · Bin Sun, Boao Zhang, Jiayi Lu, Xinjie Feng 외

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 prediction

CarPLAN: Context-Adaptive and Robust Planning with Dynamic Scene Awareness for Autonomous Driving

2026-03-13 · Junyong Yun, Jungho Kim, ByungHyun Lee, Dongyoung Lee 외 arxiv

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 Planning

Bridging Scene Generation and Planning: Driving with World Model via Unifying Vision and Motion Representation

2026-03-16 · Xingtai Gui, Meijie Zhang, Tianyi Yan, Wencheng Han 외 arxiv

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 Planning

Baidu Apollo EM Motion Planner

2018-07-20 · Haoyang Fan, Fan Zhu, Changchun Liu, Liangliang Zhang 외

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