Chrysler: match panda standstill check (#25762)

* bump panda

* bump panda to master

* flip this around

* don't forget the body!
pull/25773/head
Shane Smiskol 3 years ago committed by GitHub
parent aac84e09ad
commit d3795c1227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      panda
  2. 2
      selfdrive/car/tests/test_models.py

@ -1 +1 @@
Subproject commit 788e0b5ac944858fd9b3d2ea98e4049df0adb51b
Subproject commit 19983f13b37518298a3c282d5069c090b68f6864

@ -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()

Loading…
Cancel
Save