Shane Smiskol
2166adda5f
HKG: test list of platforms with no fwdCamera dates ( #28555 )
...
* no dates test
* sorted
2 years ago
Shane Smiskol
e771660fa3
FPv2: rename live FW versions dict ( #28550 )
...
rename
2 years ago
Shane Smiskol
c453771492
HKG: add script to view platform codes ( #28549 )
...
add script
2 years ago
Cameron Clough
7a5b0b97e1
Ford Escape 2020 FW ( #28545 )
2 years ago
Shane Smiskol
d94c2a8ef7
Hyundai FPv2 unit tests: clean up ( #28542 )
...
* be consistent with quotes
* combine tests
* cmt
2 years ago
Shane Smiskol
6c619561ee
FPv2 timing unit test: halve runs ( #28540 )
...
Update test_fw_fingerprint.py
2 years ago
Shane Smiskol
572a221a86
FwQueryConfig: remove platform codes ( #28538 )
...
* bring platform codes out of config for now (can re-introduce later)
* clean that up
* flake8
* comment
* comments and better test names
* typo
* Update selfdrive/car/hyundai/tests/test_hyundai.py
* Update selfdrive/car/hyundai/tests/test_hyundai.py
2 years ago
Maxime Desroches
348df9c974
Fix index out of bound error for body carcontroller ( #28539 )
2 years ago
Shane Smiskol
fcc268b8be
exact matching: use set for invalid ( #28537 )
...
use set
2 years ago
Shane Smiskol
55e489db7c
HKG: split up platform code parsing ( #28532 )
...
* test diff
* clean up
* clean up
* doesn't work :(
* fix mypy
2 years ago
Shane Smiskol
e54d05b42f
HKG: FW part number test ( #28525 )
...
* start on test
* better regex
* lookbehind
* comments to choose from
* i did not know that!
* common patterns in values.py
* messy messy
* need to remove these
* rmrmrm
* clean up test
* fixups
* not used yet
* none should be good enough
* Update selfdrive/car/hyundai/values.py
2 years ago
Shane Smiskol
7fffb892e4
Hyundai: remove old Sonata FW ( #28527 )
...
* Update values.py
* can't find last 2 years
2 years ago
Shane Smiskol
8c784ae558
Hyundai: remove old Elantra FW ( #28526 )
...
* Update values.py
* don't see this fw last 2 years
* add version from 3ea622c3c0ec3055
* Update selfdrive/car/hyundai/values.py
2 years ago
Shane Smiskol
bce19bf187
Subaru: use latActive for steer request bit ( #28453 )
...
* subaru: use latactive
* Update ref_commit
2 years ago
Erich Moraga
9444df4c80
Add several missing RAM_1500 firmwares ( #28515 )
...
`ProjectZ3d#8762` 2023 RAM 1500 DongleID|route 4e0a5220533d9a86|2023-06-11--19-45-36
2 years ago
Jason Young
5250975fa3
VW MQB: Add FW for 2018 SEAT Leon ( #28500 )
...
aef9c04d6ec5cd57|2023-06-11--17-40-14
2 years ago
Cameron Clough
a5a0d734ba
add Lincoln Aviator 2020 FW ( #28494 )
...
0b91b433b9332780|2023-06-11--13-43-59
VIN: 5LM5J7XC9LGL15606
2 years ago
Cameron Clough
96420555e5
Ford: shiftByWire ECU not used for fingerprinting ( #28493 )
2 years ago
Cameron Clough
30c12e4557
Ford: detect auxiliary panda ( #28491 )
2 years ago
Cameron Clough
28bf743693
selfdrive/car: reusable CanBus helper ( #28489 )
2 years ago
Shane Smiskol
f5e032b67f
FwQueryConfig: add platform code support and tests ( #28475 )
...
* add config options
* you know what, platform codes don't need to be related to fuzzy fingerprinting at all
* better comment?
* add comment
* add test from other PR
* add platform code function to hyundai
* comment and add eps!
* clean up config test
* fix test
* add error message to test
* until we have multiple ways a brand can set up fuzzy FP, let's leave func name fuzzy-specific
* rename in comment too
* hyundai tests
* simpler test!
* check all ecus with platform codes
* add types-python-dateutil = "^2.8.19.13"
* these aren't used any more
* Update selfdrive/car/hyundai/tests/test_hyundai.py
* not to imply this is active yet
2 years ago
Maxime Desroches
181b44b28e
car docs: test print_docs_diff ( #28459 )
...
* test print docs
* delete
* remove this
* print
2 years ago
Shane Smiskol
7a64385fcd
Honda: set autoResumeSng for docs ( #28458 )
...
set autoResumeSng for Honda
2 years ago
Shane Smiskol
3234243c97
FPv2: add comment about nuance of fuzzy fingerprinting ( #28465 )
...
add comment describing this nuance of fuzzy fingerprint function
2 years ago
Shane Smiskol
5736cb8a7e
FPv2: fix accidental FW version concatenation ( #28462 )
...
* fix missing commas
* more
* Revert "more"
This reverts commit ebe481fee4
.
* only
2 years ago
Shane Smiskol
f976fce7d0
FPv2: assert non-empty FW lists ( #28441 )
...
* test empty fw lists
* fix
* generic test name
* can rmeove this check now
* and here!
* can remove that
* add to print
2 years ago
Shane Smiskol
9e8936be98
fuzzy fingerprint: track number of matching ECUs, not FW versions ( #28423 )
...
* first attempt trying to do it implicitly bad
* back to lists and explicitly do this
* continue checking if candidate switches on these, that's fine to check
* debugging
* clean up
* more clean up
* spot free
* only need to create/update on change
* fix test
* draft
* Revert "draft"
This reverts commit dbe32f58b1
.
* Revert "fix test"
This reverts commit 1d34269fe2
.
* fix test for real
* first draft of test
* this should be good
* can replace existing fuzzy test
* rm
* matching
* test non-empty fws
* TEST DOWN HERE
* no test
* unique + fix skip message + comment + clean up
* less confusing
* ing
* better
2 years ago
Shane Smiskol
0acc30d264
FPv2: test minimum fuzzy fingerprint ECUs ( #28433 )
...
* basic messy test
* draft
* clean up
* clean up
* clean up
* clean up
* never was fuzzy, but be explicit
* switch it up
2 years ago
Shane Smiskol
2b07ec4bde
FPv2: brand filter helper ( #28439 )
...
* pass in brand
* needs to be flipped for exact matching since it's subtractive
* new helper
* makes more sense flipped
* clean up
* not that stuff here
* not here
2 years ago
Shane Smiskol
2dda9a0532
match_fw_to_car: pass down log ( #28434 )
...
pass in log from match_fw_to_car
2 years ago
tanotaru
3785962684
VW: 2018 Audi RS3 FW ( #27467 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Saber422
d97d908a2a
VW MQB: Add FW for 2023 Skoda Koidaq RS ( #28332 )
...
0bbe367c98fa1538|2023-05-29--13-59-08--0
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Vincent Wright
0d51a64bf2
Added additional Firmware for Ram 1500 ( #28392 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Vincent Wright
ffa10d784a
More missing FW for the Ram 1500s ( #28397 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
John Paull
80623956ae
Hyundai: add missing FW for Santa Fe Hybrid 2022 ( #28410 )
...
* values.py
added additional Firmware
* add fwdCamera too
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Saber422
5b3ddabf51
VW MQB: Add FW for 2020 Skoda Kodiaq ( #28428 )
...
VW MQB: Add FW for 2020 Skoda Kodiaq
route name:cd4c3e2031f01e61|2023-06-04--19-53-13--0
2 years ago
Saber422
ff7444c156
VW MQB: Add FW for 2018 Skoda Karoq ( #28409 )
...
* VW MQB: Add FW for 2018 Skoda Karoq
route name:5663ab22a30b9a6e|2023-06-05--14-07-24--0
* fix sorting
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Vincent Wright
e8ccbd22dd
Ram 3500 Firmware ( #28411 )
...
* Ram 3500 Firmware
Dongle ID: d9855ccd97606ca8
* fix sorting
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Cameron Clough
a6a9b65121
Chrysler: fix FW sorting
2 years ago
Adeeb Shihadeh
cabcde38ad
Revert "Hyundai: explicitly copy signals to forward ( #28020 )" ( #28406 )
...
This reverts commit f494abf0d2
.
2 years ago
Shane Smiskol
b792485dfd
cars docs: add Škoda heated windshield footnote ( #28380 )
...
add heated windshield footnote
2 years ago
Shane Smiskol
7c26fc716a
match_fw_to_car_exact: get config once per candidate ( #28384 )
...
lesss
2 years ago
Jason Young
deb4b11d11
Honda: Add FW for 2023 Honda Passport ( #28343 )
...
* Honda: Add FW for 2023 Honda Pilot/Passport
* push update
2 years ago
Shane Smiskol
d9ebea4bdd
Hyundai: remove some old FW ( #28376 )
...
* Update values.py
* Update values.py
2 years ago
Shane Smiskol
96905e52e2
IsoTpParallelQuery: remove spammy log ( #28372 )
...
* remove
* just a warning
* just comment out for now
2 years ago
Shane Smiskol
23430dd35f
fw_versions: add some typing ( #28369 )
...
* typing
* sort
* brand addrs
* don't type match_fw_to_car_fuzzy
* or this unfortunately
* no space
* add back
* and this
2 years ago
Jason Young
ad1fec5c12
VW MQB: Angled mounts for Transporter and Crafter ( #28302 )
...
* VW MQB: Angled mounts for Transporter and Crafter
* whitespace oops
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Maxime Desroches
342d0e7bd5
rename angled mount ( #28368 )
...
rename mount
2 years ago
Cameron Clough
9f616982ed
Ford: fix minor typos
2 years ago
Shane Smiskol
bcdecfa084
Toyota: remove incorrect FW version ( #28362 )
...
Update values.py
2 years ago