mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
APM: reset steering PID integrator in reset_I()
This commit is contained in:
parent
bf6c934c32
commit
c5b77f3909
@ -273,6 +273,7 @@ static void reset_I(void)
|
||||
g.pidNavPitchAirspeed.reset_I();
|
||||
g.pidNavPitchAltitude.reset_I();
|
||||
g.pidTeThrottle.reset_I();
|
||||
g.pidWheelSteer.reset_I();
|
||||
// g.pidAltitudeThrottle.reset_I();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user