Skip to content

Commit

Permalink
pulse desire and e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
haraschax committed Feb 29, 2020
1 parent 20c7fd6 commit bd9a877
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,11 @@ struct ModelData {
brakeDisengageProb @2 :Float32;
gasDisengageProb @3 :Float32;
steerOverrideProb @4 :Float32;
desireState @5 :List(Float32);
}

struct LongitudinalData {
distances @2 :List(Float32);
speeds @0 :List(Float32);
accelerations @1 :List(Float32);
}
Expand Down

0 comments on commit bd9a877

Please sign in to comment.