Skip to content

Commit

Permalink
Added radar time step to car params
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Nov 22, 2019
1 parent e8ae908 commit 2aabf1e
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,6 +361,7 @@ struct CarParams {
dashcamOnly @41: Bool;
transmissionType @43 :TransmissionType;
carFw @44 :List(CarFw);
radarTimeStep @45: Float32; # time delta between radar updates

struct LateralPIDTuning {
kpBP @0 :List(Float32);
Expand All @@ -379,7 +380,6 @@ struct CarParams {
deadzoneV @5 :List(Float32);
}


struct LateralINDITuning {
outerLoopGain @0 :Float32;
innerLoopGain @1 :Float32;
Expand Down

0 comments on commit 2aabf1e

Please sign in to comment.