Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
right_left_enum.hpp File Reference

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...
 

Enumeration Type Documentation

◆ TrackSide

enum class TrackSide
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.