Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copter: fix ground oscillation formatting #6474

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions common/source/docs/common-ground-resonance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ The three parameters used to address ground resonance oscillation are :ref:`ATC_
Evaluating Ground Resonance Oscillation
=======================================

#.Arm the throttle in Stabilize Mode
#.Lift the throttle to the point where the motors increase to MOT_SPIN_MIN
#.Observe the axis off oscillation,
#.Back off :ref:`ATC_LAND_Y_MULT<ATC_LAND_Y_MULT>` to 0.5
#.Revaluate Roll and Pitch oscillation for improvement
#.Back off axis where oscillation is observed in 25% steps until oscillation is manageable.
#. Arm the throttle in Stabilize Mode
#. Lift the throttle to the point where the motors increase to MOT_SPIN_MIN
#. Observe the axis off oscillation,
#. Back off :ref:`ATC_LAND_Y_MULT<ATC_LAND_Y_MULT>` to 0.5
#. Revaluate Roll and Pitch oscillation for improvement
#. Back off axis where oscillation is observed in 25% steps until oscillation is manageable.

.. note:: Extreme care should be taken if :ref:`ATC_LAND_R_MULT<ATC_LAND_R_MULT>` or :ref:`ATC_LAND_P_MULT<ATC_LAND_P_MULT>` is reduced below 0.5.

Expand Down