mirror of https://github.com/ArduPilot/ardupilot
autotest: don't try to arm in RTL mode for quadplanes
This commit is contained in:
parent
4adb3ddfa2
commit
9e992aa982
|
@ -187,7 +187,6 @@ class AutoTestQuadPlane(AutoTest):
|
||||||
'LOITER',
|
'LOITER',
|
||||||
'QHOVER',
|
'QHOVER',
|
||||||
'QLOITER',
|
'QLOITER',
|
||||||
'RTL',
|
|
||||||
'STABILIZE',
|
'STABILIZE',
|
||||||
'TRAINING',
|
'TRAINING',
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue