Skip to content

Commit

Permalink
Common: Make it clearer that you reverse pitch
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
  • Loading branch information
Ryanf55 authored and Hwurzburg committed May 12, 2024
1 parent 0f8a911 commit 2023693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/source/docs/common-radio-control-calibration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ Check the Transmitter's Setup
- On Copter and Rover, any remaining two or three position switches can be setup to control auxiliary functions by mapping them to channels 7 to 12
- Move the transmitter's roll, pitch, throttle and yaw sticks and ensure the green bars move in the correct direction:

- for roll, throttle and yaw channels, the green bars should move in the same direction as the transmitter's physical sticks
- for pitch, the green bar should move in the opposite direction to the transmitter's physical stick
- if one of the green bars moves in the incorrect direction reverse the channel in the transmitter itself. If it is not possible to reverse the channel in the transmitter you may reverse the channel in ArduPilot by checking the "Reversed" checkbox (Plane and Rover only). If the checkbox is not visible it is possible to reverse the channel by directly changing the RCx_REVERSED parameter (where "x" is the input channel from 1 to 4).
- For roll, throttle and yaw channels, the green bars should move in the same direction as the transmitter's physical sticks.
- For pitch, the green bar should move in the **opposite** direction to the transmitter's physical stick. **This is not the default for many transmitters.**
- If one of the green bars moves in the incorrect direction reverse the channel in the transmitter itself. If it is not possible to reverse the channel in the transmitter you may reverse the channel in ArduPilot by checking the "Reversed" checkbox (Plane and Rover only). If the checkbox is not visible it is possible to reverse the channel by directly changing the ``RCx_REVERSED`` parameter (where "x" is the input channel from 1 to 4). Again, always get the bar movement directions correctly setup using the transmitter's channel reversing feature, if possible, rather than the ``RCx_REVERSED`` parameter for the channel.

.. figure:: ../../../images/mp_radio_calibration.png
:target: ../_images/mp_radio_calibration.png
Expand Down

0 comments on commit 2023693

Please sign in to comment.