mirror of https://github.com/ArduPilot/ardupilot
reset all I terms at Arming
This commit is contained in:
parent
63a1cf75df
commit
9c912b2573
|
@ -93,6 +93,10 @@ static void init_arm_motors()
|
|||
if(home_is_set)
|
||||
init_home();
|
||||
|
||||
// all I terms are invalid
|
||||
// -----------------------
|
||||
reset_I_all();
|
||||
|
||||
if(did_ground_start == false){
|
||||
did_ground_start = true;
|
||||
startup_ground();
|
||||
|
|
Loading…
Reference in New Issue