Toyota: remove STEERING_LKA frequency check (#25490)

* remove STEERING_LKA frequency check

* bump to master

* Update ref_commit
old-commit-hash: e5bb55ccd69fa42777fcd4d836adc777feff9cb1
This commit is contained in:
Shane Smiskol
2022-08-18 22:23:39 -07:00
committed by GitHub
parent 1b96069159
commit 70682e04cf
3 changed files with 3 additions and 5 deletions

Submodule opendbc updated: 1619c9a40f...7e095a90af

View File

@@ -228,10 +228,8 @@ class CarState(CarStateBase):
("PRECOLLISION_ACTIVE", "PRE_COLLISION"),
]
# use steering message to check if panda is connected to frc
checks = [
("STEERING_LKA", 42),
("PRE_COLLISION", 0), # TODO: figure out why freq is inconsistent
("PRE_COLLISION", 0), # TODO: figure out why freq is inconsistent
]
if CP.carFingerprint in (TSS2_CAR - RADAR_ACC_CAR):

View File

@@ -1 +1 @@
35899d5137e298220e91063f3078109227cc8715
93a136f91739847afe1e1a4a1e98bc7c0adb5ec8