Skip to content

Commit

Permalink
Blimp: update PID logger documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 authored and lthall committed Sep 19, 2023
1 parent 24fe052 commit 0f6cf69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Blimp/Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ const struct LogStructure Blimp::log_structure[] = {
// @Field: FF: controller feed-forward portion of response
// @Field: Dmod: scaler applied to D gain to reduce limit cycling
// @Field: SRate: slew rate
// @Field: Limit: 1 if I term is limited due to output saturation
// @Field: Flags: bitmask of PID state flags
// @FieldBitmaskEnum: Flags: log_PID_Flags
{
LOG_PIDD_MSG, sizeof(log_PID),
"PIDD", PID_FMT, PID_LABELS, PID_UNITS, PID_MULTS
Expand Down

0 comments on commit 0f6cf69

Please sign in to comment.