Merge remote-tracking branch 'sunnypilot/sunnypilot/mads-new' into mads-new

This commit is contained in:
Jason Wen
2024-12-15 21:22:30 -05:00
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -116,8 +116,6 @@ class Car:
self.CP.alternativeExperience |= ALTERNATIVE_EXPERIENCE.DISABLE_DISENGAGE_ON_GAS
# mads
data_services = list(self.sm.data.keys()) + ['selfdriveStateSP']
self.sm = messaging.SubMaster(data_services, poll='selfdriveStateSP')
MadsParams().set_alternative_experience(self.CP)
MadsParams().set_car_specific_params(self.CP)
-1
View File
@@ -34,7 +34,6 @@ from opendbc.sunnypilot.car.hyundai.values import HyundaiFlagsSP
class MadsParams:
def __init__(self):
self.params = Params()
self.allow_always = False
def read_param(self, key: str):
return self.params.get_bool(key)