Skip to content

Commit c5e3c36

Browse files
authored
add more Copter Throttle FS actions
1 parent e6f2db0 commit c5e3c36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copter/source/docs/radio-failsafe.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ The :ref:`FS_THR_ENABLE<FS_THR_ENABLE>` parameter can be set in the Mission Plan
7676
- **Enabled Always Land** (Value 3) will switch the copter to Land Mode.
7777
- **Enabled SmartRTL or RTL** (Value 4) will switch the copter to SmartRTL mode. If SmartRTL is not available, the copter will switch to RTL Mode instead. If the GPS position is not usable, the copter will change to Land Mode instead.
7878
- **Enabled SmartRTL or Land** (Value 5) will switch the copter to SmartRTL mode. If SmartRTL is not available, the copter will switch to Land Mode instead.
79+
- **Enabled Auto DO_LAND_START or RTL** (value 6) will jump to the nearest "DO_LAND_START" mission item or RTL if no "DO_LAND_START" mission item has been programmed.
80+
- **Enabled always Brake or Land** will BRAKE or LAND if GPS position is not available.
7981
- Any invaild value (Such as accidentally enter 99 as a parameter value) will will behave the same as **Enabled Always LAND**
8082

8183
The :ref:`FS_THR_VALUE<FS_THR_VALUE>` parameter can be set in the Mission Planner full parameter list or full parameter tree, or can also be set using the Mission Planner *FS PWM* value in the Initial Setup >> Mandatory Hardware >> Failsafe menu.

0 commit comments

Comments
 (0)