diff --git a/copter/source/docs/systemid-mode.rst b/copter/source/docs/systemid-mode.rst index f07c18443f..7a91b03657 100644 --- a/copter/source/docs/systemid-mode.rst +++ b/copter/source/docs/systemid-mode.rst @@ -8,7 +8,7 @@ This mode is for advanced users and provides a means to characterize the respons - generating mathematical models of the vehicles flight behavior for model generation - investigating and predicting the quality of the vehicle tune - calculating flying quality metrics - It injects an input signal, called a chirp, at various points in the control loops. The chirp is a constant amplitude oscillation that increases in frequency from a user defined minimum to maximum frequency, generally referred to as a frequency sweep. The injection points are defined by the :ref:`SID_AXIS` parameter and there are points in the Attitude and Position Controller. For any injection points in the Attitude Controller, the user is required to fly the aircraft through an underlying STABILIZE like flight mode. For any injection points in the Position Controller, the user controls are locked out and will not be able to affect the control of the vehicle. The resulting flight data is logged for math analysis and model generation after the flight. +It injects an input signal, called a chirp, at various points in the control loops. The chirp is a constant amplitude oscillation that increases in frequency from a user defined minimum to maximum frequency, generally referred to as a frequency sweep. The injection points are defined by the :ref:`SID_AXIS` parameter and there are points in the Attitude and Position Controller. For any injection points in the Attitude Controller, the user is required to fly the aircraft through an underlying STABILIZE like flight mode. For any injection points in the Position Controller, the user controls are locked out and will not be able to affect the control of the vehicle. The resulting flight data is logged for math analysis and model generation after the flight. Enabling the Mode