mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-11 04:12:07 +08:00
GM: low steer speed alert in CarState (#35332)
* simple * rm * bump to master * update refs * update refs
This commit is contained in:
+1
-1
Submodule opendbc_repo updated: 0c8b12328e...3ae4dc13cd
@@ -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 @@
|
||||
6ad91de126c2a9827b1a0536068fd79d9244eaa2
|
||||
9e2fe2942fbf77f24bccdbef15893831f9c0b390
|
||||
Reference in New Issue
Block a user