Skip to content

Commit

Permalink
ArduPlane: Updates to log message units and help text
Browse files Browse the repository at this point in the history
Separate descriptions for PID and PIQ messages
Co-authored-by: Peter Hall <[email protected]>
  • Loading branch information
shancock884 authored and tridge committed Jan 21, 2024
1 parent a696f14 commit 6f832bb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ArduPlane/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,14 @@ const struct LogStructure Plane::log_structure[] = {
"QTUN", "QffffffeccfBB", "TimeUS,ThI,ABst,ThO,ThH,DAlt,Alt,BAlt,DCRt,CRt,TMix,Trn,Ast", "s----mmmnn---", "F----00000---" , true },
#endif

// @LoggerMessage: PIQR,PIQP,PIQY,PIQA
// @Description: QuadPlane Proportional/Integral/Derivative gain values for Roll/Pitch/Yaw/Z
// @LoggerMessage: PIQR
// @Description: QuadPlane Proportional/Integral/Derivative gain values for Roll rate
// @LoggerMessage: PIQP
// @Description: QuadPlane Proportional/Integral/Derivative gain values for Pitch rate
// @LoggerMessage: PIQY
// @Description: QuadPlane Proportional/Integral/Derivative gain values for Yaw rate
// @LoggerMessage: PIQA
// @Description: QuadPlane Proportional/Integral/Derivative gain values for vertical acceleration
// @Field: TimeUS: Time since system startup
// @Field: Tar: desired value
// @Field: Act: achieved value
Expand Down

0 comments on commit 6f832bb

Please sign in to comment.