Skip to content

Commit fe43a99

Browse files
committed
20Hz for radar time step is very standard
1 parent 2aabf1e commit fe43a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

car.capnp

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ struct CarParams {
361361
dashcamOnly @41: Bool;
362362
transmissionType @43 :TransmissionType;
363363
carFw @44 :List(CarFw);
364-
radarTimeStep @45: Float32; # time delta between radar updates
364+
radarTimeStep @45: Float32 = 0.05; # time delta between radar updates, 20Hz is very standard
365365

366366
struct LateralPIDTuning {
367367
kpBP @0 :List(Float32);

0 commit comments

Comments
 (0)