Add Tesla to car_specific events (#34493)

pull/34497/head
Robbe Derks 3 months ago committed by GitHub
parent 0a17b21321
commit bf4e9170c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/car/car_specific.py

@ -45,7 +45,7 @@ class CarSpecificEvents:
if self.CP.brand in ('body', 'mock'): if self.CP.brand in ('body', 'mock'):
events = Events() events = Events()
elif self.CP.brand in ('subaru', 'mazda'): elif self.CP.brand in ('subaru', 'mazda', 'tesla'):
events = self.create_common_events(CS, CS_prev) events = self.create_common_events(CS, CS_prev)
elif self.CP.brand == 'ford': elif self.CP.brand == 'ford':

Loading…
Cancel
Save