Toyota: fix BSM detection (#24964)

* revert to 1 second

* Revert "revert to 1 second"

This reverts commit 6ab3f75cb73fdfe254431c479b6d337030b0d538.

* Revert "remove toyota can fingerprinting exceptions (#22803)"

This reverts commit d8f5e8b7a4.

fix static analysis

* Revert "Revert "remove toyota can fingerprinting exceptions (#22803)""

This reverts commit fc359fc9b2.

* 1 second for all brands

* update refs

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
pull/24910/head
Shane Smiskol 3 years ago committed by GitHub
parent dd43ae2856
commit f0062f6242
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/car_helpers.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -115,7 +115,7 @@ def fingerprint(logcan, sendcan):
finger = gen_empty_fingerprint()
candidate_cars = {i: all_legacy_fingerprint_cars() for i in [0, 1]} # attempt fingerprint on both bus 0 and 1
frame = 0
frame_fingerprint = 25 # 0.25s
frame_fingerprint = 100 # 1s
car_fingerprint = None
done = False

@ -1 +1 @@
a9adebff7ce27d6233d443217a30337b761898ee
a98dfc72bb4c5624c2223ca65d52b151f419460c
Loading…
Cancel
Save