mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 08:15:26 +03:00
Nav PID logging fixes
This commit is contained in:
parent
eb0366c109
commit
7545ae57fa
2 changed files with 5 additions and 4 deletions
|
@ -1645,8 +1645,9 @@ void navPidReset(pidController_t *pid)
|
|||
{
|
||||
pid->reset = true;
|
||||
pid->proportional = 0.0f;
|
||||
pid->integrator = 0.0f;
|
||||
pid->integral = 0.0f;
|
||||
pid->derivative = 0.0f;
|
||||
pid->integrator = 0.0f;
|
||||
pid->last_input = 0.0f;
|
||||
pid->dterm_filter_state.state = 0.0f;
|
||||
pid->dterm_filter_state.RC = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue