-
I encountered an issue with iNav 6.1.0 where after I reduce the throttle to idle, the system disarms after about 3 seconds. To get the motor working again, I need to arm it again. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Disarm or failsafe? If it's failsafe, check https://github.com/iNavFlight/inav/blob/master/docs/Settings.md#failsafe_throttle_low_delay If it is disarming. First, try updating to INAV 7.1.2. 6.1.0 is no longer supported. If it still happens. What is the |
Beta Was this translation helpful? Give feedback.
-
Sounds like it's just detecting it's landed in non autonomous modes (Acro, Poshold, Althold) and disarming when the throttle is low. Set |
Beta Was this translation helpful? Give feedback.
Sounds like it's just detecting it's landed in non autonomous modes (Acro, Poshold, Althold) and disarming when the throttle is low. Set
nav_disarm_on_landing
to OFF if you don't want it to do this, although it also won't disarm during an autonomous landing such as RTH in this case. If you want to allow it to disarm on landing but don't want it to disarm in non autonomous modes just don't fully lower the throttle after landing.