mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Arduplane: Correct order of QTUN log message params
This commit is contained in:
parent
b5b42f9446
commit
c12b5b4b0e
@ -314,9 +314,9 @@ const struct LogStructure Plane::log_structure[] = {
|
|||||||
// @Field: RdO: scaled output rudder
|
// @Field: RdO: scaled output rudder
|
||||||
// @Field: ThD: demanded speed-height-controller throttle
|
// @Field: ThD: demanded speed-height-controller throttle
|
||||||
// @Field: As: airspeed estimate (or measurement if airspeed sensor healthy and ARSPD_USE>0)
|
// @Field: As: airspeed estimate (or measurement if airspeed sensor healthy and ARSPD_USE>0)
|
||||||
// @Field: SAs: DCM's airspeed estimate, NaN if not available
|
|
||||||
// @Field: AsT: airspeed type ( old estimate or source of new estimate)
|
// @Field: AsT: airspeed type ( old estimate or source of new estimate)
|
||||||
// @FieldValueEnum: AsT: AP_AHRS::AirspeedEstimateType
|
// @FieldValueEnum: AsT: AP_AHRS::AirspeedEstimateType
|
||||||
|
// @Field: SAs: DCM's airspeed estimate, NaN if not available
|
||||||
// @Field: E2T: equivalent to true airspeed ratio
|
// @Field: E2T: equivalent to true airspeed ratio
|
||||||
// @Field: GU: groundspeed undershoot when flying with minimum groundspeed
|
// @Field: GU: groundspeed undershoot when flying with minimum groundspeed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user