mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
change pid.h for unit test
This commit is contained in:
parent
e63cb48adf
commit
56181a87c8
1 changed files with 1 additions and 2 deletions
|
@ -215,8 +215,7 @@ extern float axisError[XYZ_AXIS_COUNT];
|
|||
void applyItermRelax(const int axis, const float iterm,
|
||||
const float gyroRate, float *itermErrorRate, float *currentPidSetpoint);
|
||||
void applyAbsoluteControl(const int axis, const float gyroRate, const bool itermRelaxIsEnabled,
|
||||
const float setpointLpf, const float setpointHpf,
|
||||
float *currentPidSetpoint, float *itermErrorRate);
|
||||
const float setpointLpf, const float setpointHpf, float *currentPidSetpoint, float *itermErrorRate);
|
||||
void rotateItermAndAxisError();
|
||||
float pidLevel(int axis, const pidProfile_t *pidProfile,
|
||||
const rollAndPitchTrims_t *angleTrim, float currentPidSetpoint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue