mirror of https://github.com/ArduPilot/ardupilot
Plane: DFF logging docs
This commit is contained in:
parent
5d53485be0
commit
60d5e65a1d
|
@ -401,6 +401,7 @@ const struct LogStructure Plane::log_structure[] = {
|
||||||
// @Field: I: integral part of PID
|
// @Field: I: integral part of PID
|
||||||
// @Field: D: derivative part of PID
|
// @Field: D: derivative part of PID
|
||||||
// @Field: FF: controller feed-forward portion of response
|
// @Field: FF: controller feed-forward portion of response
|
||||||
|
// @Field: DFF: controller derivative feed-forward portion of response
|
||||||
// @Field: Dmod: scaler applied to D gain to reduce limit cycling
|
// @Field: Dmod: scaler applied to D gain to reduce limit cycling
|
||||||
// @Field: SRate: slew rate
|
// @Field: SRate: slew rate
|
||||||
// @Field: Flags: bitmask of PID state flags
|
// @Field: Flags: bitmask of PID state flags
|
||||||
|
@ -424,6 +425,7 @@ const struct LogStructure Plane::log_structure[] = {
|
||||||
// @Field: I: integral part of PID
|
// @Field: I: integral part of PID
|
||||||
// @Field: D: derivative part of PID
|
// @Field: D: derivative part of PID
|
||||||
// @Field: FF: controller feed-forward portion of response
|
// @Field: FF: controller feed-forward portion of response
|
||||||
|
// @Field: DFF: controller derivative feed-forward portion of response
|
||||||
// @Field: Dmod: scaler applied to D gain to reduce limit cycling
|
// @Field: Dmod: scaler applied to D gain to reduce limit cycling
|
||||||
// @Field: SRate: slew rate
|
// @Field: SRate: slew rate
|
||||||
// @Field: Flags: bitmask of PID state flags
|
// @Field: Flags: bitmask of PID state flags
|
||||||
|
|
Loading…
Reference in New Issue