Skip to content

Commit

Permalink
add longitudinal
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Dec 20, 2019
1 parent 78f5934 commit b6b84cd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,7 @@ struct ModelData {
leadFuture @7 :LeadData;
speed @8 :List(Float32);
meta @10 :MetaData;
long @11 :LongitudinalData;

struct PathData {
points @0 :List(Float32);
Expand Down Expand Up @@ -606,13 +607,19 @@ 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);
}
}

struct CalibrationFeatures {
Expand Down

0 comments on commit b6b84cd

Please sign in to comment.