mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
reset All for Auto takeoff
This commit is contained in:
parent
7c45d2bdc3
commit
c39cafc3c5
@ -233,6 +233,9 @@ static void do_takeoff()
|
||||
//Serial.printf("abs alt: %ld",temp.alt);
|
||||
}
|
||||
|
||||
// prevent flips
|
||||
reset_I_all();
|
||||
|
||||
// Set our waypoint
|
||||
set_next_WP(&temp);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user