|
MCU
|
#include "SteeringEncoderInterface.h"#include "AnalogSensorsInterface.h"#include "Filter_IIR.h"#include "SysClock.h"#include "SharedDataTypes.h"#include "TelemetryInterface.h"

Go to the source code of this file.
Classes | |
| struct | SteeringSystemTick_s |
| class | SteeringSystem |
Macros | |
| #define | STEERING_DIVERGENCE_ERROR_THRESHOLD (60.0) |
| #define | STEERING_DIVERGENCE_WARN_THRESHOLD (8.0) |
| #define | NUM_SENSORS 2 |
| #define | DEFAULT_STEERING_ALPHA (0.0) |
| #define DEFAULT_STEERING_ALPHA (0.0) |
Definition at line 18 of file SteeringSystem.h.
| #define NUM_SENSORS 2 |
Definition at line 17 of file SteeringSystem.h.
| #define STEERING_DIVERGENCE_ERROR_THRESHOLD (60.0) |
Definition at line 15 of file SteeringSystem.h.
| #define STEERING_DIVERGENCE_WARN_THRESHOLD (8.0) |
Definition at line 16 of file SteeringSystem.h.