We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aabf1e commit fe43a99Copy full SHA for fe43a99
car.capnp
@@ -361,7 +361,7 @@ struct CarParams {
361
dashcamOnly @41: Bool;
362
transmissionType @43 :TransmissionType;
363
carFw @44 :List(CarFw);
364
- radarTimeStep @45: Float32; # time delta between radar updates
+ radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard
365
366
struct LateralPIDTuning {
367
kpBP @0 :List(Float32);
0 commit comments