Plane: update ATRP logging

This commit is contained in:
Andrew Tridgell 2021-07-11 10:32:18 +10:00
parent eb357738e0
commit 73952dfecb

View File

@ -335,8 +335,8 @@ const struct LogStructure Plane::log_structure[] = {
// @Field: Axis: tuning axis
// @Field: State: tuning state
// @Field: Sur: control surface deflection
// @Field: Tar: target rate
// @Field: Act: actual rate
// @Field: PSlew: P slew rate
// @Field: DSlew: D slew rate
// @Field: FF0: FF value single sample
// @Field: FF: FF value
// @Field: P: P value
@ -346,7 +346,7 @@ const struct LogStructure Plane::log_structure[] = {
// @Field: RMAX: Rate maximum
// @Field: TAU: time constant
{ LOG_ATRP_MSG, sizeof(AP_AutoTune::log_ATRP),
"ATRP", "QBBffffffffBff", "TimeUS,Axis,State,Sur,Tar,Act,FF0,FF,P,I,D,Action,RMAX,TAU", "s#-dkk------ks", "F--00000000-00" },
"ATRP", "QBBffffffffBff", "TimeUS,Axis,State,Sur,PSlew,DSlew,FF0,FF,P,I,D,Action,RMAX,TAU", "s#-dkk------ks", "F--00000000-00" },
// @LoggerMessage: STAT
// @Description: Current status of the aircraft