GM: low steer speed alert in CarState (#35332)

* simple

* rm

* bump to master

* update refs

* update refs
This commit is contained in:
Shane Smiskol
2025-05-23 19:43:17 -07:00
committed by GitHub
parent 97ad175243
commit c24f349807
3 changed files with 2 additions and 4 deletions
-2
View File
@@ -104,8 +104,6 @@ class CarSpecificEvents:
events.add(EventName.belowEngageSpeed)
if CS.cruiseState.standstill:
events.add(EventName.resumeRequired)
if CS.vEgo < self.CP.minSteerSpeed:
events.add(EventName.belowSteerSpeed)
elif self.CP.brand == 'volkswagen':
events = self.create_common_events(CS, CS_prev, extra_gears=[GearShifter.eco, GearShifter.sport, GearShifter.manumatic],
+1 -1
View File
@@ -1 +1 @@
6ad91de126c2a9827b1a0536068fd79d9244eaa2
9e2fe2942fbf77f24bccdbef15893831f9c0b390