Skip to content

Commit

Permalink
add frameDropPerc (commaai#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jul 14, 2020
1 parent 80bbbd4 commit f725dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,6 @@ struct ControlsState @0x97ff69c53601abf1 {
lqrOutput @4 :Float32;
saturated @5 :Bool;
}


}

struct LiveEventData {
Expand All @@ -611,6 +609,7 @@ struct LiveEventData {
struct ModelData {
frameId @0 :UInt32;
frameAge @12 :UInt32;
frameDropPerc @13 :Float32;
timestampEof @9 :UInt64;

path @1 :PathData;
Expand Down

0 comments on commit f725dcd

Please sign in to comment.