|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <chrono>#include <cmath>#include <functional>#include <memory>#include <string>

Go to the source code of this file.
Classes | |
| class | InspectionFunctions |
Macros | |
| #define | MAX_THROTTLE (1.0) |
| #define | MAX_ANGLE 0.34 |
Variables | |
| constexpr double | WHEELS_STOPPED_THRESHOLD = 0.2 |
| #define MAX_ANGLE 0.34 |
Definition at line 5 of file inspection_functions.hpp.
| #define MAX_THROTTLE (1.0) |
Definition at line 4 of file inspection_functions.hpp.
|
constexpr |
Definition at line 13 of file inspection_functions.hpp.