Skip to content

Commit 98850be

Browse files
jinmussjHwurzburg
authored andcommitted
Copter: clarify FS_OPTIONS bit 5 in radio, GCS, and battery failsafe docs
The current failsafe pages list FS_OPTIONS bits 0..4 only, but the parameter definitions already include bit 5 ("Release Gripper").
1 parent 883d7dd commit 98850be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

copter/source/docs/failsafe-battery.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ The :ref:`FS_OPTIONS<FS_OPTIONS>` parameter (Copter 4.0 and later) is a bitmask
5353
- bit 2 set: Continue if in guided mode :ref:`Radio Failsafe <radio-failsafe>`
5454
- bit 3 set: Continue if landing on any failsafe
5555
- bit 4 set: Continue in pilot control on :ref:`Ground Control Station Failsafe<gcs-failsafe>`
56+
- bit 5 set: Release gripper during failsafe handling
5657
- if none of the above are set, then execute the :ref:`BATT_FS_LOW_ACT <BATT_FS_LOW_ACT>` or :ref:`BATT_FS_CRT_ACT <BATT_FS_CRT_ACT>` options as configured.
5758

58-
.. note:: Only bitmask bit 3 affects actions taken during Battery failsafe. This parameter also works in conjunction with the GCS and radio failsafe, so ensure you are taking all options into account when setting this parameter.
59+
.. note:: Only bitmask bit 3 & 5 affects actions taken during Battery failsafe. This parameter also works in conjunction with the GCS and radio failsafe, so ensure you are taking all options into account when setting this parameter.
5960

6061
.. note::
6162

0 commit comments

Comments
 (0)