Skip to content

f1tenth/AutonomousRacing_Literature

 
 

Repository files navigation

Autonomous Racing Literature

Title Picture ESWeek 2021

This repository contains an .csv and a .bib (LaTex Bibtex) file that includes all the literature, research papers and publications in the field of autonomous racing. Although the term of autonomous racing can be referred to different applications (e.g. drone racing) we are focusing in this literature overview only on research from the field of autonomous race cars. This list does not claim to be complete, we are happy to receive feedback from the community about missing papers. This list will be updated a few times a year to include new papers that were recently published.

Last Update: 07.03.2022

Paper Reference

The collected research papers in this repository were used to create the paper "Autonomous Vehicles on the Edge: A survey on autonomous racing". If you find the information in this respository useful we would be happy if you cite it based on the following definition:

  @misc{2202.07008,
    Author = {Johannes Betz and Hongrui Zheng and Alexander Liniger and Ugo Rosolia and Phillip Karle and Madhur Behl and Venkat Krovi and Rahul Mangharam},
    Title = {Autonomous Vehicles on the Edge: A Survey on Autonomous Vehicle Racing},
    Year = {2022},
    Eprint = {arXiv:2202.07008},
    }

Literature Structure

The excel file currently includes 247 publications. We structured the .csv file mainly into 7 sections that cover both software and hardware developments:

  1. Introduction and Overview
  2. Perception
    1. Mapping
    2. Localization
    3. Object Detection
  3. Planning
    1. Global Planning
    2. Local Planning
    3. Behavioral Planning
    4. Planning & Control
  4. Control
    1. Classic Control Approaches
    2. Model Predictive Control
    3. Learning Based Control
    4. Drifting Control
    5. Optimization
  5. End-To-End Approaches
    1. Optimization
    2. Deep Learning
    3. Reinforcement Learning
  6. Applied Studies
    1. Evaluation
    2. Complete Software Stack
    3. Modelling
    4. Simulation
  7. Autonomous Racing Hardware

Literature .csv Document

This repository includes an .csv file called "AutonomousRacing_Literature.csv". This file contains all the papers that are related to autonomous vehicle racing. We provided additional columns that give interested readers the possibility to search for specific areas. You can filter and order this file with the following information:

  • Year: Year the paper was published
  • First Author: Last name and first name of first author
  • Section: High-level section we created to structure the papers
  • Subsection: Subsection in the according high level section to further categorize the papers
  • Topic: General high-level topic what the paper is covering
  • Method: Main method/algorithm type that is used in the paper
  • Paper Title: Official title of the paper
  • Simulation tested: Was the algorithms (code) developed in the paper tested and evaluated in a simulation environment: yes/no
  • Hardware tested: Was the algorithms (code) developed in the paper tested on a real autonomous racing vehicle hardware (Small scale, Real Car): yes/no
  • Hardware tested: To which vehicle type does the hardware belong that was used to test the algorithms (Code) : Small-Scale/Real Car
  • Racing Series: To which autonomous racing series belongs the paper: Real Car, Roborace, Indy Autonomous vehicle, 1:43, F1TENTH, DonkeyCar, DeepRacer, Auto Rally, Formula Student
  • Link to Paper: Official link to the website of the paper publisher
  • Link to Open Source Code: If additional open-source code/software is available for the paper the link to the repository can be found here

Literature .bib Document

This repository includes a .bib (LaTex Bibtex) file called "AutonomousRacing_Literature.bib". This file contains all the papers from the excel file with their corresponding bibtex information (Year, authors, journal type, proceedings, etc.). Each bibtex entry is named after the "Last Name Author" + "Year".

Contribution

We are welcome interested researchers and developers in the field to contribute to this autonomous racing literature overview. People can integrate new papers in this last and/or even extend the list to more categories.

Preliminary Remarks and Autonomous Racing Definition:
As stated in the paper, the term of autonomous racing can be referred to different applications (e.g. drone racing) but we are focusing in this list only on research in the field of autonomous racing cars. These racecars need to have four wheels, can either have a combustion engine or electrical engine as a main power unit, can be real racecars (e.g. Formula 1 car) or small-scale vehicles (e.g. 1:10 scale). In addition, the soft- and hardware that is displayed in this list must have a clear connection to the field of racing. This means that the authors of these papers either used a specific hardware that is acting in a racing environment (e.g. racetrack, adversarial setup), they are using a simulation environment that displays a racecar within an racing environment (e.g. racing game for PC) or their research displays a solution for a racing problem (e.g. driving fast around the racetrack). Although some authors present results and algorithms for high speed autonomous driving on the freeway this work is not covered in this survey because neither the aspect of handling the cars at the limit nor the adversarial context is given here sufficiently.

To contribute to this repository please create a pull request so we can review the changes you have made.

About

Autonomous Literature Overview

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 100.0%