mirror of https://github.com/ArduPilot/ardupilot
AC_AttitudeControl : correct comment spelling
This commit is contained in:
parent
40071aacc6
commit
7fb9d21cbf
|
@ -445,12 +445,12 @@ protected:
|
|||
// velocity controller.
|
||||
Vector3f _ang_vel_body;
|
||||
|
||||
// This is the the angular velocity in radians per second in the body frame, added to the output angular
|
||||
// This is the angular velocity in radians per second in the body frame, added to the output angular
|
||||
// attitude controller by the System Identification Mode.
|
||||
// It is reset to zero immediately after it is used.
|
||||
Vector3f _sysid_ang_vel_body;
|
||||
|
||||
// This is the the unitless value added to the output of the PID by the System Identification Mode.
|
||||
// This is the unitless value added to the output of the PID by the System Identification Mode.
|
||||
// It is reset to zero immediately after it is used.
|
||||
Vector3f _actuator_sysid;
|
||||
|
||||
|
|
Loading…
Reference in New Issue