Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
track_side.hpp
Go to the documentation of this file.
1#ifndef SRC_COMMON_LIB_INCLUDE_COMMON_LIB_STRUCTURES_TRACK_SIDE_HPP_
2#define SRC_COMMON_LIB_INCLUDE_COMMON_LIB_STRUCTURES_TRACK_SIDE_HPP_
10enum class TrackSide { RIGHT = 0, LEFT = 1 };
11} // namespace common_lib::structures
12#endif
TrackSide
define enum for right and left sides of the track.