mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Plane: quadplane: do_vtol_land remove uneded I reset
This commit is contained in:
parent
f148c3fc44
commit
a350ebb358
@ -2810,7 +2810,6 @@ bool QuadPlane::do_vtol_land(const AP_Mission::Mission_Command& cmd)
|
|||||||
if (!setup()) {
|
if (!setup()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
attitude_control->reset_rate_controller_I_terms();
|
|
||||||
|
|
||||||
plane.set_next_WP(cmd.content.location);
|
plane.set_next_WP(cmd.content.location);
|
||||||
// initially aim for current altitude
|
// initially aim for current altitude
|
||||||
|
Loading…
Reference in New Issue
Block a user