Browse Source

ArduPlane: update logger meta-data, add to gitignore

c415-sdk
Henry Wurzburg 5 years ago committed by Peter Barker
parent
commit
4d2c5ebbaa
  1. 2
      ArduPlane/Log.cpp

2
ArduPlane/Log.cpp

@ -313,7 +313,7 @@ const struct LogStructure Plane::log_structure[] = { @@ -313,7 +313,7 @@ const struct LogStructure Plane::log_structure[] = {
"AOA", "Qff", "TimeUS,AOA,SSA", "sdd", "F00" },
// @LoggerMessage: PIQR,PIQP,PIQY,PIQA
// @Description: Proportional/Integral/Derivative gain values
// @Description: QuadPlane Proportional/Integral/Derivative gain values for Roll/Pitch/Yaw/Z
// @Field: TimeUS: microseconds since system startup
// @Field: Tar: desired value
// @Field: Act: achieved value

Loading…
Cancel
Save