Skip to content

Commit

Permalink
add fingerprintSource to carParams
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jan 30, 2020
1 parent 5794030 commit 8f9aa8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ struct CarParams {
carFw @44 :List(CarFw);
radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard
communityFeature @46: Bool; # true if a community maintained feature is detected
fingerprintSource @49: FingerprintSource;

struct LateralParams {
torqueBP @0 :List(Int32);
Expand Down Expand Up @@ -472,4 +473,9 @@ struct CarParams {
dsu @6;
apgs @7;
}

enum FingerprintSource {
can @0;
fw @1;
}
}

0 comments on commit 8f9aa8f

Please sign in to comment.