From c93ec29f960de29316dfe0b154e2fe7f739b2aa2 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 17 May 2024 01:12:16 -0700 Subject: [PATCH] comment --- selfdrive/car/card.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selfdrive/car/card.py b/selfdrive/car/card.py index b0182556cb..6f5c00b5f6 100755 --- a/selfdrive/car/card.py +++ b/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']):