paper-with-me

Papers

Baidu Apollo EM Motion Planner

2018-07-20 · Haoyang Fan, Fan Zhu, Changchun Liu, Liangliang Zhang, Li Zhuang, Dong Li, Weicheng Zhu, Jiangtao Hu, Hongye Li, Qi Kong

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 while considering safety, comfort and scalability. The system covers multilane and single-lane autonomous driving in a hierarchical manner: (1) The top layer of the system is a multilane strategy that handles lane-change scenarios by comparing lane-level trajectories computed in parallel. (2) Inside the lane-level trajectory generator, it iteratively solves path and speed optimization based on a Frenet frame. (3) For path and speed optimization, a combination of dynamic programming and spline-based quadratic programming is proposed to construct a scalable and easy-to-tune framework to handle traffic rules, obstacle decisions and smoothness simultaneously. The planner is scalable to both highway and lower-speed city driving scenarios. We also demonstrate the algorithm through scenario illustrations and on-road test results. The system described in this manuscript has been deployed to dozens of Baidu Apollo autonomous driving vehicles since Apollo v1.5 was announced in September 2017. As of May 16th, 2018, the system has been tested under 3,380 hours and approximately 68,000 kilometers (42,253 miles) of closed-loop autonomous driving under various urban scenarios. The algorithm described in this manuscript is available at https://github.com/ApolloAuto/apollo/tree/master/modules/planning.

📄 PDF Abstract BibTeX arXiv:1807.08048

Code (1)

ApolloAuto/apollo 공식 구현

Tasks

Autonomous DrivingMotion Planning

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Efficient and Effective Generation of Test Cases for Pedestrian Detection -- Search-based Software Testing of Baidu Apollo in SVL

2021-09-16 · Hamid Ebadi, Mahshid Helali Moghadam, Markus Borg, Gregory Gay 외

With the growing capabilities of autonomous vehicles, there is a higher demand for sophisticated and pragmatic quality assurance approaches for machine learning-enabled systems in the automotive AI context. The use of si…

Autonomous DrivingAutonomous VehiclesPedestrian Detectionsoftware testing

A LiDAR Assisted Control Module with High Precision in Parking Scenarios for Autonomous Driving Vehicle

2021-05-02 · Xin Xu, Yu Dong, Fan Zhu

Autonomous driving has been quite promising in recent years. The public has seen Robotaxi delivered by Waymo, Baidu, Cruise, and so on. While autonomous driving vehicles certainly have a bright future, we have to admit t…

Autonomous Driving

Baidu Apollo Auto-Calibration System - An Industry-Level Data-Driven and Learning based Vehicle Longitude Dynamic Calibrating Algorithm

2018-08-30 · Fan Zhu, Lin Ma, Xin Xu, Dingfeng Guo 외

For any autonomous driving vehicle, control module determines its road performance and safety, i.e. its precision and stability should stay within a carefully-designed range. Nonetheless, control algorithms require vehic…

Autonomous DrivingAutonomous VehiclesBIG-bench Machine Learning

Data Driven Prediction Architecture for Autonomous Driving and its Application on Apollo Platform

2020-06-11 · Kecheng Xu, Xiangquan Xiao, Jinghao Miao, Qi Luo

Autonomous Driving vehicles (ADV) are on road with large scales. For safe and efficient operations, ADVs must be able to predict the future states and iterative with road entities in complex, real-world driving scenarios…

Autonomous DrivingPrediction

Contextual road lane and symbol generation for autonomous driving

2022-01-18 · Ajay Soni, Pratik Padamwar, Krishna Reddy Konda

In this paper we present a novel approach for lane detection and segmentation using generative models. Traditionally discriminative models have been employed to classify pixels semantically on a road. We model the probab…

Autonomous DrivingGenerative Adversarial NetworkLane Detection