Skip to content

Commit

Permalink
20Hz for radar time step is very standard
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 22, 2019
1 parent 2aabf1e commit fe43a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ struct CarParams {
dashcamOnly @41: Bool;
transmissionType @43 :TransmissionType;
carFw @44 :List(CarFw);
radarTimeStep @45: Float32; # time delta between radar updates
radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard

struct LateralPIDTuning {
kpBP @0 :List(Float32);
Expand Down

0 comments on commit fe43a99

Please sign in to comment.