Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit b6b84cd

Browse files
committed
add longitudinal
1 parent 78f5934 commit b6b84cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

log.capnp

+7
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ struct ModelData {
576576
leadFuture @7 :LeadData;
577577
speed @8 :List(Float32);
578578
meta @10 :MetaData;
579+
long @11 :LongitudinalData;
579580

580581
struct PathData {
581582
points @0 :List(Float32);
@@ -606,13 +607,19 @@ struct ModelData {
606607
yuvCorrection @5 :List(Float32);
607608
inputTransform @6 :List(Float32);
608609
}
610+
609611
struct MetaData {
610612
engagedProb @0 :Float32;
611613
desirePrediction @1 :List(Float32);
612614
brakeDisengageProb @2 :Float32;
613615
gasDisengageProb @3 :Float32;
614616
steerOverrideProb @4 :Float32;
615617
}
618+
619+
struct LongitudinalData {
620+
speeds @0 :List(Float32);
621+
accelerations @1 :List(Float32);
622+
}
616623
}
617624

618625
struct CalibrationFeatures {

0 commit comments

Comments
 (0)