Skip to content

Commit

Permalink
add can error counter to controlsState
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jan 14, 2020
1 parent c6b5c73 commit 396a2bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ struct ControlsState @0x97ff69c53601abf1 {
decelForTurn @47 :Bool;

decelForModel @54 :Bool;
canErrorCounter @57 :UInt32;

lateralControlState :union {
indiState @52 :LateralINDIState;
Expand Down Expand Up @@ -607,15 +608,15 @@ struct ModelData {
yuvCorrection @5 :List(Float32);
inputTransform @6 :List(Float32);
}

struct MetaData {
engagedProb @0 :Float32;
desirePrediction @1 :List(Float32);
brakeDisengageProb @2 :Float32;
gasDisengageProb @3 :Float32;
steerOverrideProb @4 :Float32;
}

struct LongitudinalData {
speeds @0 :List(Float32);
accelerations @1 :List(Float32);
Expand Down

0 comments on commit 396a2bb

Please sign in to comment.