1 # Setting up Failsafe for RTH
5 The goal is to configure both your flight controller and radio receiver so that failsafe does as you expect in every situation.
7 For failsafe to work optimally iNav needs to know it's in a failsafe event and not just doing regular RTH. This is necessary for example to correctly handle loss of GPS while returning to home.
9 This assumes you have regular GPS modes like `RTH` working **already**.
11 ## Configuration of receiver
13 You have two options on how to configure receiver:
17 Set receiver to send out `NO PULSES` or `HOLD` on a failsafe event. This is perfectly fine for FrSky Radios.
21 1. In `Modes` tab select a switch for "Failsafe"
23 2. Set your switches and sticks of your radio to the following on link loss:
25 - `Failsafe mode: activated`
27 The above is fine on FlySky radio.
29 ## Configuration of iNav
31 Go to `Failsafe` tab, and enable `RTH` as Stage 2 failsafe.
33 For fixed wing set `failsafe_throttle_low_delay = 0` or else it will disarm the fixed wing in the air when Failsafe triggers and you have had low throttle for the default time period.
35 The behavior of `RTH` can also be configured.
37 - [iNav Flight modes / Navigation Modes](/iNavFlight/inav/wiki/Navigation-modes#rth-altitude-control-modes)
39 ## Verifying that failsafe works as intended
41 Verify that your failsafe works without props:
45 1. Go outside, arm and apply throttle, run with it 50meter away from home (normally the place where you armed it) and then turn off transmitter. The aircraft should now try to climb (increase throttle). Also verify that you're able to regain control by turning on transmitter again, and move the ROLL/PITCH stick more than `failsafe_stick_threshold`
47 Now, verify that failsafe works while in flight:
49 1. Put the props on again
51 1. Take off, fly at least 50 meters from home, and turn off transmitter. Tip: Do this over soft grass. If it's an airplane it's better to have some altitude
53 Note: If you are using a fixed wing without a magnetometer enabled you will need to run with the airplane before turning off the transmitter to test failsafe. This is because GPS speed needs to be above a certain threshold to acquire a valid heading. Without a valid heading failsafe will not initiate.
55 Note: To regain control after a failsafe event, you must move the roll/pitch sticks more than `failsafe_stick_threshold` in order to regain control.
57 **INAV offers additional failsafe safety features**
59 **failsafe_min_distance** and the action you wish to invoke (_failsafe_min_distance_procedure_)
61 ****failsafe_throttle_low_delay**** (Time throttle level must have been closed to Auto disarm)
63 The first setting could avoid injury as it will prevent the possibility of the craft blasting off to its RTH height within chosen safety distance of the set home point. It could also work against you if a failsafe event occurred while flying close with a setting of (just land) and you were flying from a very small safe landing area.
64 All options are available to best suit your needs.
66 The second setting could just ruin your day with a mid-air disarm but conversely save you from personal injury if it is forgotten to disarm the craft (not using motor stop also goes a long way to making the craft safer as the spinning propellers are a visible sign the craft is armed and dangerous).
68 Further reading and settable parameters are available here :-
69 https://github.com/iNavFlight/inav/blob/master/docs/Failsafe.md#failsafe_throttle
72 https://github.com/iNavFlight/inav/blob/master/docs/Cli.md