Skip to content

Commit

Permalink
common: Added Retract Mount2
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura committed Jul 4, 2024
1 parent f334d1d commit b904769
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions common/source/docs/common-auxiliary-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Supported Features
+----------------------+----------------------------+----------+---------+---------+
| 26 | Attitude Controller AccLim | X | | |
+----------------------+----------------------------+----------+---------+---------+
| 27 | Retract Mount | X | | |
| 27 | Retract Mount1 | X | | |
+----------------------+----------------------------+----------+---------+---------+
| 28 | Relay 1 On/off | X | X | X |
+----------------------+----------------------------+----------+---------+---------+
Expand Down Expand Up @@ -226,6 +226,8 @@ Supported Features
+----------------------+----------------------------+----------+---------+---------+
| 112 | SwitchExternalAHRS | X | X | X |
+----------------------+----------------------------+----------+---------+---------+
| 113 | Retract Mount2 | X | | |
+----------------------+----------------------------+----------+---------+---------+
| 150 | CRUISE Mode | | X | |
+----------------------+----------------------------+----------+---------+---------+
| 151 | TURTLE Mode | X | | |
Expand Down Expand Up @@ -374,7 +376,8 @@ Other functions are:
| For developers only.
AttCon Accel Limits | Turns on/off attitude controller acceleration limits.
| For developers only.
Retract Mount Move the :ref:`camera mount <common-cameras-and-gimbals>` to its retracted position.
Retract Mount1 Move the :ref:`camera mount <common-cameras-and-gimbals>` to its retracted position.
Retract Mount2 Move the :ref:`camera mount <common-cameras-and-gimbals>` to its retracted position.
Relay 1 On/Off | Switch pulled low turns off the first :ref:`relay <common-relay>`,
| pulled high turns on the first relay.
Landing Gear Deploys or Retracts :ref:`Landing Gear <common-landing-gear>`
Expand Down
2 changes: 1 addition & 1 deletion common/source/docs/common-simplebgc-gimbal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ This should cause the gimbal to point down at about 45 degrees.
.. image:: ../../../images/Tarot_BenchTestROI.jpg
:target: ../_images/Tarot_BenchTestROI.jpg

Pilot control of the gimbal can be restored by setting up an :ref:`auxiliary function switch <common-auxiliary-functions>` to "Retract Mount" (i.e. RCx_OPTION = 27) and then move the switch to the lower position
Pilot control of the gimbal can be restored by setting up an :ref:`auxiliary function switch <common-auxiliary-functions>` to either “Retract Mount1” (i.e. RCx_OPTION = 27) or "Retract Mount2" (i.e. RCx_OPTION = 113), and then move the switch to the lower position
2 changes: 1 addition & 1 deletion common/source/docs/common-tarot-gimbal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Once powered the gimbal should point to its Pitch Angle Min (i.e. straight down)
.. image:: ../../../images/Tarot_BenchTestROI.jpg
:target: ../_images/Tarot_BenchTestROI.jpg

Pilot control of the gimbal can be restored by setting up an :ref:`auxiliary function switch <common-auxiliary-functions>` to "Retract Mount" (i.e. RCx_OPTION = 27) and then move the switch to the lower position.
Pilot control of the gimbal can be restored by setting up an :ref:`auxiliary function switch <common-auxiliary-functions>` either “Retract Mount1” (i.e. RCx_OPTION = 27) or "Retract Mount2" (i.e. RCx_OPTION = 113), and then move the switch to the lower position.

Updating the gimbal software
============================
Expand Down

0 comments on commit b904769

Please sign in to comment.