|
HoloLib
High-performance holonomic (X-Drive) control library for VEX V5
|
Configuration for active heading correction during driver control. More...
#include <chassis.hpp>
Public Attributes | |
| bool | correctionOn = true |
| True to actively maintain heading when rotation joystick is released. | |
| float | kP = 1.0f |
| Proportional gain for heading hold. | |
| float | kI = 0.01f |
| Integral gain for heading hold. | |
| float | kD = 0.1f |
| Derivative gain for heading hold. | |
Configuration for active heading correction during driver control.
Definition at line 46 of file chassis.hpp.
| bool hololib::Chassis::DriveCorrection::correctionOn = true |
True to actively maintain heading when rotation joystick is released.
Definition at line 47 of file chassis.hpp.
| float hololib::Chassis::DriveCorrection::kP = 1.0f |
Proportional gain for heading hold.
Definition at line 49 of file chassis.hpp.
| float hololib::Chassis::DriveCorrection::kI = 0.01f |
Integral gain for heading hold.
Definition at line 50 of file chassis.hpp.
| float hololib::Chassis::DriveCorrection::kD = 0.1f |
Derivative gain for heading hold.
Definition at line 51 of file chassis.hpp.