|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <types.hpp>

Classes | |
| struct | LapTime |
| struct | Penalty |
Public Attributes | |
| std::string | creation_time = "" |
| std::string | track_name = "" |
| std::string | perception_config_file = "" |
| std::string | sensors_config_file = "" |
| std::string | vehicle_config_file = "" |
| int | seed = 0 |
| std::string | discipline = "" |
| bool | success |
| std::string | dnf_reason = "" |
| double | final_time = 0.0 |
| double | final_time_raw = 0.0 |
| double | total_sim_time = 0.0 |
| bool | off_course_detect = true |
| bool | cone_hit_detect = true |
| bool | uss_detect = true |
| bool | dnf_detect = true |
| bool | finish_validate = true |
| double | timeout_total = 300 |
| double | timeout_first_lap = 100 |
| std::vector< LapTime > | lap_times |
| std::vector< Penalty > | penalties |