From a340fa0f014921d49ca42eacb66736ae27debdc9 Mon Sep 17 00:00:00 2001 From: Henry Wurzburg Date: Wed, 31 Jan 2024 17:09:13 -0600 Subject: [PATCH] build fixes --- common/source/docs/common-gps-septentrio.rst | 2 +- .../docs/traditional-helicopter-tailrotor-setup.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/source/docs/common-gps-septentrio.rst b/common/source/docs/common-gps-septentrio.rst index a3ad2dff1a..837a1ca156 100644 --- a/common/source/docs/common-gps-septentrio.rst +++ b/common/source/docs/common-gps-septentrio.rst @@ -51,7 +51,7 @@ If a single unit with two antennas is used please set the following parameters: - :ref:`GPS_MB1_OFS_X `, :ref:`GPS_MB1_OFS_Y ` and :ref:`GPS_MB1_OFS_Z ` to match the offset of the main antenna from the second in meters. For example if the second antenna is 50cm to the right of main antenna set :ref:`GPS_MB1_OFS_Y ` = -0.5. - :ref:`EK3_SRC1_YAW ` = 2 (GPS) -See the :ref:`` section for a diagram illustrating the directions of these offsets. +See the :ref:`Antenna Offsets` section for a diagram illustrating the directions of these offsets. Note that the yaw calculation requires the GPS have an RTK fixed lock and the yaw calculation is only correct while the vehicle is upright so it should not be used on vehicle that spend significant time at extreme lean angles (e.g tail sitters). diff --git a/copter/source/docs/traditional-helicopter-tailrotor-setup.rst b/copter/source/docs/traditional-helicopter-tailrotor-setup.rst index bd08fc3cdc..ca8bd4d4dd 100644 --- a/copter/source/docs/traditional-helicopter-tailrotor-setup.rst +++ b/copter/source/docs/traditional-helicopter-tailrotor-setup.rst @@ -75,21 +75,21 @@ Setting the trim value of the Servo output is important to ensuring that the int For DDFP tails using V4.5 or later ++++++++++++++++++++++++++++++++++ -If no :ref:`` is used, then it is recommended that the :ref:`H_YAW_TRIM` parameter is set to minimize the yaw I term in the hover. To determine this: +If no :ref:`collective-to-tailrotor-compensation` is used, then it is recommended that the :ref:`H_YAW_TRIM` parameter is set to minimize the yaw I term in the hover. To determine this: - Ensure PID logging is switched on in the :ref:`LOG_BITMASK` parameter. - Hover the aircraft, maintaining altitude. For best results, this is preferentially done on a light wind day. If possible, leave the aircraft drift with the wind and mintain a fixed height (ALT HOLD is very useful for this). - After the flight, download the log and find the ``PIDY.I`` message. Zoom in the on that portion of the flight with the hovering (should be a relatively flat line). Determine the average value of the I term. Enter this average value in the :ref:`H_YAW_TRIM` parameter. - To confirm this has been done correctly repeat the flight. Now, in the hovering portion of the flight, the yaw I Term should be close to zero. -If :ref:`` is used, then set the :ref:`H_YAW_TRIM` sufficient to compensate for the main rotor zero blade pitch drag. +If :ref:`collective-to-tailrotor-compensation` is used, then set the :ref:`H_YAW_TRIM` sufficient to compensate for the main rotor zero blade pitch drag. Other Tail Types and DDFP using firmware before V4.5 ++++++++++++++++++++++++++++++++++++++++++++++++++++ -If no :ref:`` is used, then it is recommended that the ``SERVOx_TRIM`` for the tailrotor servo is set to the PWM that corresponds to the tailrotor pitch required for hover, or the motor speed for DDFP. To determine this, hover the aircraft. After the flight, pull the log and determine the average PWM value for the servo for hovering flight. Either set that as the ``SERVOx_TRIM`` or mechanically adjust the tail pitch (non-DDFP tail types) for the tail pitch corresponding to the PWM. Then set the ``SERVOx_TRIM`` to the servo midpoint. The latter approach is usually preferable. +If no :ref:`collective-to-tailrotor-compensation` is used, then it is recommended that the ``SERVOx_TRIM`` for the tailrotor servo is set to the PWM that corresponds to the tailrotor pitch required for hover, or the motor speed for DDFP. To determine this, hover the aircraft. After the flight, pull the log and determine the average PWM value for the servo for hovering flight. Either set that as the ``SERVOx_TRIM`` or mechanically adjust the tail pitch (non-DDFP tail types) for the tail pitch corresponding to the PWM. Then set the ``SERVOx_TRIM`` to the servo midpoint. The latter approach is usually preferable. -If If no :ref:`` is used, the set the ``SERVOx_TRIM`` for the PWM that corresponds to zero tailrotor pitch. Or, the tailrotor pitch can be mechanically adjusted to zero pitch for the servo midpoint. +If If no :ref:`collective-to-tailrotor-compensation` is used, the set the ``SERVOx_TRIM`` for the PWM that corresponds to zero tailrotor pitch. Or, the tailrotor pitch can be mechanically adjusted to zero pitch for the servo midpoint. .. _collective-to-tailrotor-compensation: