|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
This is the complete list of members for tap::algorithms::SmoothPid, including all inherited members.
| getOutput() | tap::algorithms::SmoothPid | |
| reset() | tap::algorithms::SmoothPid | |
| runController(float error, float errorDerivative, float dt) | tap::algorithms::SmoothPid | virtual |
| runControllerDerivateError(float error, float dt) | tap::algorithms::SmoothPid | |
| setD(float d) | tap::algorithms::SmoothPid | inline |
| setErrDeadzone(float errDeadzone) | tap::algorithms::SmoothPid | inline |
| setI(float i) | tap::algorithms::SmoothPid | inline |
| setMaxICumulative(float maxICumulative) | tap::algorithms::SmoothPid | inline |
| setMaxOutput(float maxOutput) | tap::algorithms::SmoothPid | inline |
| setP(float p) | tap::algorithms::SmoothPid | inline |
| SmoothPid(const SmoothPidConfig &pidConfig) | tap::algorithms::SmoothPid |