fix interface init for mock car

pull/1560/head
Adeeb Shihadeh 5 years ago
parent b251eff764
commit 86057f785b
  1. 1
      selfdrive/car/interfaces.py

@ -23,6 +23,7 @@ class CarInterfaceBase():
self.frame = 0
self.low_speed_alert = False
if CarState is not None:
self.CS = CarState(CP)
self.cp = self.CS.get_can_parser(CP)
self.cp_cam = self.CS.get_cam_can_parser(CP)

Loading…
Cancel
Save