Skip to content

Commit

Permalink
add meta
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Nov 8, 2019
1 parent cbd0286 commit 5067cf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ struct ModelData {
settings @5 :ModelSettings;
leadFuture @7 :LeadData;
speed @8 :List(Float32);
meta @9 :MetaData;

struct PathData {
points @0 :List(Float32);
Expand Down Expand Up @@ -582,6 +583,10 @@ struct ModelData {
yuvCorrection @5 :List(Float32);
inputTransform @6 :List(Float32);
}
struct MetaData {
engagedProb @0 :Float32;
desirePrediction @1 :List(Float32);
}
}

struct CalibrationFeatures {
Expand Down

0 comments on commit 5067cf4

Please sign in to comment.