Download PDFOpen PDF in browser

An Autonomous Vehicle Control Stack

8 pagesPublished: June 27, 2017

Abstract

This benchmark presents an implementation of a standard control stack for an Autonomous Vehicle (AV). The control stack is made up of a behavioral planner (providing waypoints for the AV to visit in sequence), a trajectory planner (which computes smooth trajectory that the AV should follow to go between waypoints) and a trajectory tracker (which actuates the AV to make it follow the planned trajectory as closely as possible). The behavioral planner is purposefully simple, while the trajectory planner is a a high-fidelity approximation of a planner that was tested on a real Prius, and the tracker was validated by others in previous work on a real Cadillac SRX. The interest of this benchmark is that it includes all three components, rather than one AV control subsystem (such as only adaptive cruise control or only a lane-keeper), and the planners are significantly more realistic than most existing benchmarks or models. It can be used as a baseline AV system for verification and testing tools, which must be able to handle at least the complexity of this controller. This includes simple choices made by the behavioral planner when the current waypoint cannot be reached, discrete and continuous nonlinear optimizations solved by the trajectory planner, and nonlinear ODEs solved by the trajectory tracker. The bench- mark comes with three road topologies: a free space with obstacles, a curved road, and a roundabout.

Keyphrases: autonomous vehicle, Behavioral Planner, benchmark, Control Stack, cost map, trajectory planner, Trajectory Tracker

In: Goran Frehse and Matthias Althoff (editors). ARCH17. 4th International Workshop on Applied Verification of Continuous and Hybrid Systems, vol 48, pages 44--51

Links:
BibTeX entry
@inproceedings{ARCH17:An_Autonomous_Vehicle_Control,
  author    = {Alena Rodionova and Matthew O'Kelly and Houssam Abbas and Vincent Pacelli and Rahul Mangharam},
  title     = {An Autonomous Vehicle Control Stack},
  booktitle = {ARCH17. 4th International Workshop on Applied Verification of Continuous and Hybrid Systems},
  editor    = {Goran Frehse and Matthias Althoff},
  series    = {EPiC Series in Computing},
  volume    = {48},
  pages     = {44--51},
  year      = {2017},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2398-7340},
  url       = {https://easychair.org/publications/paper/fh2m},
  doi       = {10.29007/r5n9}}
Download PDFOpen PDF in browser