gotta add it

This commit is contained in:
Jason Wen
2025-04-15 01:23:05 -04:00
parent ded6049301
commit efef671a3f
+1 -1
View File
@@ -155,7 +155,7 @@ class SelfdriveD(CruiseHelper):
self.car_events_sp = CarSpecificEventsSP(self.CP, self.params)
CruiseHelper.__init__(self, self.CP)
CruiseHelper.__init__(self, self.CP, self)
def update_events(self, CS):
"""Compute onroadEvents from carState"""