diff --git a/car.capnp b/car.capnp index 53833f0..ac69545 100644 --- a/car.capnp +++ b/car.capnp @@ -464,7 +464,7 @@ struct CarParams { vEgoStarting @59 :Float32; # Speed at which the car goes into starting state stoppingControl @31 :Bool; # Does the car allow full control even at lows speeds when stopping steerControlType @34 :SteerControlType; - radarOffCan @35 :Bool; # True when radar objects aren't visible on CAN + radarUnavailable @35 :Bool; # True when radar objects aren't visible on CAN or aren't parsed out stopAccel @60 :Float32; # Required acceleration to keep vehicle stationary stoppingDecelRate @52 :Float32; # m/s^2/s while trying to stop startAccel @32 :Float32; # Required acceleration to get car moving