mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
Chrysler: match panda standstill check (#25762)
* bump panda * bump panda to master * flip this around * don't forget the body! old-commit-hash: d3795c12272848ca5de8585162856e0db449ea8c
This commit is contained in:
+1
-1
Submodule panda updated: 788e0b5ac9...19983f13b3
@@ -234,7 +234,7 @@ class TestCarModelBase(unittest.TestCase):
|
||||
|
||||
checks['gasPressed'] += CS.gasPressed != self.safety.get_gas_pressed_prev()
|
||||
checks['cruiseState'] += CS.cruiseState.enabled and not CS.cruiseState.available
|
||||
if self.CP.carName in ("honda", "toyota"):
|
||||
if self.CP.carName not in ("hyundai", "volkswagen", "subaru", "gm", "body"):
|
||||
# TODO: fix standstill mismatches for other makes
|
||||
checks['standstill'] += CS.standstill == self.safety.get_vehicle_moving()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user