Received can

pull/32380/head
Shane Smiskol 1 year ago
parent 011f1820c4
commit 2d47613208
  1. 1
      selfdrive/car/card.py

@ -86,6 +86,7 @@ class Car:
# Update carState from CAN
can_strs = messaging.drain_sock_raw(self.can_sock, wait_for_one=True)
cloudlog.timestamp('Received can')
CS = self.CI.update(self.CC_prev, can_strs)
if not self.POLL:

Loading…
Cancel
Save