mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: quadplane: set last_pidz_init_ms
This commit is contained in:
parent
3c44a4fe6b
commit
657fcb7f59
@ -1002,6 +1002,7 @@ void QuadPlane::run_z_controller(void)
|
||||
// initialise the vertical position controller with no descent
|
||||
pos_control->init_z_controller_no_descent();
|
||||
}
|
||||
last_pidz_init_ms = now;
|
||||
}
|
||||
last_pidz_active_ms = now;
|
||||
pos_control->update_z_controller();
|
||||
|
Loading…
Reference in New Issue
Block a user