|
Formula Student Autonomous Systems
The code for the main driverless system
|
Go to the source code of this file.
Enumerations | |
| enum class | TrackSide { RIGHT = 0 , LEFT = 1 } |
| define enum for right and left sides of the track. More... | |
|
strong |
define enum for right and left sides of the track.
Coherent with previous implementation that matched [true] to left and [false] to right
| Enumerator | |
|---|---|
| RIGHT | |
| LEFT | |
Definition at line 10 of file right_left_enum.hpp.