mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AC_PID: Fix D term initialisation
This commit is contained in:
parent
ef154cf3fa
commit
8c6a24450a
@ -119,6 +119,7 @@ void AC_PID::set_input_filter_d(float input)
|
||||
// reset input filter to value received
|
||||
if (_flags._reset_filter) {
|
||||
_flags._reset_filter = false;
|
||||
_input = input;
|
||||
_derivative = 0.0f;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user