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

Skip to content

Commit e57a8eb

Browse files
committed
4.7:Rover failsafe actions
1 parent 69b6577 commit e57a8eb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

rover/source/docs/rover-failsafes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ This failsafe is triggered if the connection between the user's transmitter and
2121
- RC_OVERRIDES are lost if :ref:`using a GCS only <common-gcs-only-operation>` is being used,
2222

2323
- set :ref:`FS_THR_ENABLE <FS_THR_ENABLE>` to "1" to enable this failsafe
24+
<<<<<<< HEAD
2425
- if :ref:`FS_ACTION <FS_ACTION>` is "1", the vehicle will :ref:`RTL <rtl-mode>` to home, if "2" the vehicle will :ref:`Hold <hold-mode>`, if "3" or "4" the vehicle will attempt to use :ref:`SmartRTL <smartrtl-mode>` but if this mode cannot be engaged the vehicle will :ref:`RTL <rtl-mode>` or :ref:`Hold <hold-mode>` respectively. If "5", it will Disarm.
26+
=======
27+
- if :ref:`FS_ACTION <FS_ACTION>` is "1", the vehicle will :ref:`RTL <rtl-mode>` to home, if "2" the vehicle will :ref:`Hold <hold-mode>`, if "3" or "4" the vehicle will attempt to use :ref:`SmartRTL <smartrtl-mode>` but if this mode cannot be engaged the vehicle will :ref:`RTL <rtl-mode>` or :ref:`Hold <hold-mode>` respectively. If "5", it will Disarm. "6" will switch to :ref:`Loiter mode <loiter-mode>` if possible, else to :ref:`Hold mode <hold-mode>`. switch
28+
>>>>>>> 758a4d604 (4.7:Rover failsafe actions)
2529
- once the transmitter/receiver connection is restored, the user must use the transmitter's mode switch to re-take control of the vehicle in :ref:`Manual <manual-mode>` (or any other mode)
2630

2731
Battery Failsafe
@@ -49,7 +53,7 @@ When the failsafe is triggered:
4953
- Buzzer will play a loud low-battery alarm
5054
- LEDs will flash yellow
5155
- A warning message will be displayed on the ground station's HUD (if telemetry is connected)
52-
- :ref:`BATT_FS_LOW_ACT <BATT_FS_LOW_ACT>` configures the failsafe action to take. "0" to take no action and warn only (default), "1" to change into :ref:`RTL <rtl-mode>`, "2" to change to :ref:`Hold <hold-mode>`, if "3" or "4" the vehicle will attempt to use :ref:`SmartRTL <smartrtl-mode>` but if this mode cannot be engaged the vehicle will :ref:`RTL <rtl-mode>` or :ref:`Hold <hold-mode>` respectively. "5" will disarm the vehicle.
56+
- :ref:`BATT_FS_LOW_ACT <BATT_FS_LOW_ACT>` configures the failsafe action to take. "0" to take no action (default), "1" to change into :ref:`RTL <rtl-mode>`, "2" to change to :ref:`Hold <hold-mode>`, if "3" or "4" the vehicle will attempt to use :ref:`SmartRTL <smartrtl-mode>` but if this mode cannot be engaged the vehicle will :ref:`RTL <rtl-mode>` or :ref:`Hold <hold-mode>` respectively. "5" will disarm the vehicle. "6" will switch to :ref:`Loiter mode <loiter-mode>` if possible, else to :ref:`Hold mode <hold-mode>`.
5357

5458
Two-Stage Battery Failsafe
5559
--------------------------

0 commit comments

Comments
 (0)