pull/32380/head
Shane Smiskol 1 year ago
parent 6299b77550
commit c93ec29f96
  1. 1
      selfdrive/car/card.py

@ -154,6 +154,7 @@ class Car:
"""control update loop, driven by carControl"""
if not self.controlsState_prev.initialized:
# Initialize CarInterface, once controls are ready
self.CI.init(self.CP, self.can_sock, self.pm.sock['sendcan'])
if self.sm.all_checks(['carControl']):

Loading…
Cancel
Save