![]() |
Autonomous Racing
1
f1tenth Project Group of Technical University Dortmund, Germany
|
#include <pid_controller.h>
Public Member Functions | |
| PIDController (float p, float i, float d) | |
| float | updateAndGetCorrection (float error, float deltaTime) |
Definition at line 3 of file pid_controller.h.
| PIDController::PIDController | ( | float | p, |
| float | i, | ||
| float | d | ||
| ) |
Definition at line 3 of file pid_controller.cpp.
| float PIDController::updateAndGetCorrection | ( | float | error, |
| float | deltaTime | ||
| ) |