Skip to content

Commit 0e2ed36

Browse files
authored
update batt fs actions
1 parent c5e3c36 commit 0e2ed36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

copter/source/docs/failsafe-battery.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Then one of the following will happen:
4141
- **3** : SmartRTL or RTL - the vehicle will switch to :ref:`SmartRTL <smartrtl-mode>` mode if possible, if not possible (because SmartRTL's position buffer is full) the vehicle will switch to :ref:`RTL <rtl-mode>`. If RTL is also not possible (because of no good position estimate) the vehicle will switch to :ref:`Land <land-mode>`
4242
- **4** : SmartRTL or Land - the vehicle will switch to :ref:`SmartRTL <smartrtl-mode>` mode if possible, if not possible (because SmartRTL's position buffer is full) the vehicle will switch to :ref:`Land <land-mode>`
4343
- **5** : Terminate - the vehicle will disarm the motors. This is a dangerous option that should not be used in most cases
44+
- **6** : Auto DO_LAND_START or RTL - the vehicle will jump to the nearest "DO_LAND_START" mission item or RTL if no "DO_LAND_START" mission item has been programmed.
4445

4546
As with all failsafes, the user can re-take control of the vehicle by changing the flight mode switch to another mode. The battery failsafe will not trigger again unless the two-layer failsafe is setup (see below)
4647

0 commit comments

Comments
 (0)