Autonomous Racing  1
f1tenth Project Group of Technical University Dortmund, Germany
drive_mode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  DriveMode : int {
  DriveMode::LOCKED = 0, DriveMode::MANUAL = 1, DriveMode::AUTONOMOUS = 2, DriveMode::LOCKED = 0,
  DriveMode::MANUAL = 1, DriveMode::AUTONOMOUS = 2
}
 

Enumeration Type Documentation

enum DriveMode : int
strong
Enumerator
LOCKED 
MANUAL 
AUTONOMOUS 
LOCKED 
MANUAL 
AUTONOMOUS 

Definition at line 3 of file drive_mode.h.