mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: don't start a transition while disarmed
this can caused flooding of the GCS console while disarmed in FBWA mode
This commit is contained in:
parent
f3df1cae29
commit
96ad5e8f62
@ -1190,6 +1190,7 @@ void QuadPlane::update_transition(void)
|
||||
if (have_airspeed &&
|
||||
assistance_needed(aspeed) &&
|
||||
!is_tailsitter() &&
|
||||
hal.util->get_soft_armed() &&
|
||||
(plane.auto_throttle_mode ||
|
||||
plane.channel_throttle->get_control_in()>0 ||
|
||||
plane.is_flying())) {
|
||||
|
Loading…
Reference in New Issue
Block a user