Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5169146

Browse files
jinmussjHwurzburg
authored andcommitted
Clarify FS_OPTIONS bit 5 in Copter failsafe docs
Update radio failsafe documentation wording for FS_OPTIONS bit 5.
1 parent 85c7cad commit 5169146

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

copter/source/docs/radio-failsafe.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,10 @@ The :ref:`FS_OPTIONS<FS_OPTIONS>` parameter (Copter 4.0 and later) is a bitmask
9292
- bit 2 set: Continue if in guided mode :ref:`Radio Failsafe <radio-failsafe>`
9393
- bit 3 set: Continue if landing on any failsafe
9494
- bit 4 set: Continue in pilot control on :ref:`Ground Control Station Failsafe<gcs-failsafe>`
95+
- bit 5 set: Release gripper during failsafe handling
9596
- if none of the above are set, then execute the :ref:`FS_THR_ENABLE<FS_THR_ENABLE>` option as configured.
9697

97-
.. note:: Only bitmask bits 0, 2, & 3 affect actions taken during radio failsafe. This parameter also works in conjunction with the battery and GCS failsafe, so ensure you are taking all options into account when setting this parameter.
98+
.. note:: Only bitmask bits 0, 2, & 3 affect actions taken during radio failsafe; bit 5 may additionally release the gripper. This parameter also works in conjunction with the battery and GCS failsafe, so ensure you are taking all options into account when setting this parameter.
9899

99100
Below is a screenshot of the Mission Planner Initial Setup >> Mandatory Hardware >> Failsafe menu.
100101

0 commit comments

Comments
 (0)