diff --git a/selfdrive/car/honda/carstate.py b/selfdrive/car/honda/carstate.py index cd16e21f8..5fe2e4fdf 100644 --- a/selfdrive/car/honda/carstate.py +++ b/selfdrive/car/honda/carstate.py @@ -183,6 +183,7 @@ class CarState(CarStateBase): #dp self.lkMode = True + self.lead_distance = 0. def update(self, cp, cp_cam, cp_body): ret = car.CarState.new_message()