mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 16:48:29 -04:00
Copter: Tradheli servo_test fix
This commit is contained in:
parent
e77bc1ce9d
commit
de9e9b90e5
@ -299,6 +299,13 @@ bool AP_Arming_Copter::motor_checks(bool display_failure)
|
||||
return false;
|
||||
}
|
||||
|
||||
//servo_test check
|
||||
#if FRAME_CONFIG == HELI_FRAME
|
||||
if(copter.motors->servo_test_running()) {
|
||||
check_failed(display_failure, "Servo Test is still running");
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
// further checks enabled with parameters
|
||||
if (!check_enabled(ARMING_CHECK_PARAMETERS)) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user