Skip to content

Commit

Permalink
add saturated flags to indi and lqr logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Nov 13, 2019
1 parent 50302fe commit 93d814e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ struct ControlsState @0x97ff69c53601abf1 {
delayedOutput @7 :Float32;
delta @8 :Float32;
output @9 :Float32;
saturated @10 :Bool;
}

struct LateralPIDState {
Expand All @@ -529,6 +530,7 @@ struct ControlsState @0x97ff69c53601abf1 {
i @2 :Float32;
output @3 :Float32;
lqrOutput @4 :Float32;
saturated @5 :Bool;
}


Expand Down

0 comments on commit 93d814e

Please sign in to comment.