|
LightLib
PROS library for VEX V5: EKF/MCL localization, RAMSETE path following, high-level chassis API
|
#include <pidTuner.hpp>
Public Attributes | |
| Particle | kP |
| Particle | kI |
| Particle | kD |
| double | bestError |
Definition at line 57 of file pidTuner.hpp.
| double okapi::PIDTuner::ParticleSet::bestError |
Definition at line 59 of file pidTuner.hpp.
| Particle okapi::PIDTuner::ParticleSet::kD |
Definition at line 58 of file pidTuner.hpp.
| Particle okapi::PIDTuner::ParticleSet::kI |
Definition at line 58 of file pidTuner.hpp.
| Particle okapi::PIDTuner::ParticleSet::kP |
Definition at line 58 of file pidTuner.hpp.