|
Formula Student Autonomous Systems
The code for the main driverless system
|


Go to the source code of this file.
Classes | |
| struct | Landmark |
| struct | Map |
| struct | Track |
| struct | LandmarkList |
| struct | Pose |
| struct | Wheels |
| struct | ImuData |
| struct | GnssData |
| struct | StampedScalar |
| struct | Report |
| struct | Report::LapTime |
| struct | Report::Penalty |
| struct | MainConfig |
Enumerations | |
| enum | LandmarkType { BLUE = 0 , YELLOW = 1 , ORANGE = 2 , BIG_ORANGE = 3 , TIMEKEEPING = 4 , INVISIBLE = 5 , UNKNOWN = 6 } |
| enum | Discipline { AUTOCROSS , TRACKDRIVE , ACCELERATION , SKIDPAD } |
Functions | |
| LandmarkType | stringToLandmarkType (const std::string &in) |
| LandmarkList | trackToLMList (Track &in) |
| Track | lmListToTrack (LandmarkList &in) |
| Discipline | stringToDiscipline (const std::string &disciplineStr) |
| enum Discipline |
| enum LandmarkType |
| Track lmListToTrack | ( | LandmarkList & | in | ) |
| Discipline stringToDiscipline | ( | const std::string & | disciplineStr | ) |
| LandmarkType stringToLandmarkType | ( | const std::string & | in | ) |
| LandmarkList trackToLMList | ( | Track & | in | ) |