Skip to content

Commit 396a2bb

Browse files
committed
add can error counter to controlsState
1 parent c6b5c73 commit 396a2bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

log.capnp

+3-2
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ struct ControlsState @0x97ff69c53601abf1 {
485485
decelForTurn @47 :Bool;
486486

487487
decelForModel @54 :Bool;
488+
canErrorCounter @57 :UInt32;
488489

489490
lateralControlState :union {
490491
indiState @52 :LateralINDIState;
@@ -607,15 +608,15 @@ struct ModelData {
607608
yuvCorrection @5 :List(Float32);
608609
inputTransform @6 :List(Float32);
609610
}
610-
611+
611612
struct MetaData {
612613
engagedProb @0 :Float32;
613614
desirePrediction @1 :List(Float32);
614615
brakeDisengageProb @2 :Float32;
615616
gasDisengageProb @3 :Float32;
616617
steerOverrideProb @4 :Float32;
617618
}
618-
619+
619620
struct LongitudinalData {
620621
speeds @0 :List(Float32);
621622
accelerations @1 :List(Float32);

0 commit comments

Comments
 (0)