mirror of https://github.com/ArduPilot/ardupilot
AR_Motors: fix prearm for omni outputs
This commit is contained in:
parent
d2400ad39b
commit
6038a4d8c7
|
@ -494,7 +494,8 @@ bool AP_MotorsUGV::pre_arm_check(bool report) const
|
|||
!have_throttle &&
|
||||
!SRV_Channels::function_assigned(SRV_Channel::k_steering) &&
|
||||
!SRV_Channels::function_assigned(SRV_Channel::k_scripting1) &&
|
||||
!has_sail()) {
|
||||
!has_sail() &&
|
||||
!is_omni()) {
|
||||
if (report) {
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_CRITICAL, "PreArm: no motor, sail or scripting outputs defined");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue