mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-12 12:52:13 +08:00
Add HONDA.ACCORDH to test_car_models (#1143)
Co-authored-by: Arne Schwarck <arneschwarck@gmail.com> old-commit-hash: fdbe289e71758d75e75805f98c36f56848379081
This commit is contained in:
@@ -188,11 +188,10 @@ routes = {
|
||||
'carFingerprint': HONDA.ACCORD_15,
|
||||
'enableCamera': True,
|
||||
},
|
||||
# TODO: This doesnt fingerprint because the fingerprint overlaps with the Insight
|
||||
# "690c4c9f9f2354c7|2018-09-15--17-36-05": {
|
||||
# 'carFingerprint': HONDA.ACCORDH,
|
||||
# 'enableCamera': True,
|
||||
# },
|
||||
"690c4c9f9f2354c7|2018-09-15--17-36-05": {
|
||||
'carFingerprint': HONDA.ACCORDH,
|
||||
'enableCamera': True,
|
||||
},
|
||||
"1632088eda5e6c4d|2018-06-07--08-03-18": {
|
||||
'carFingerprint': HONDA.CIVIC_BOSCH,
|
||||
'enableCamera': True,
|
||||
@@ -480,7 +479,7 @@ non_public_routes = [
|
||||
]
|
||||
|
||||
# TODO: add routes for these cars
|
||||
non_tested_cars = [TOYOTA.LEXUS_CTH, CHRYSLER.PACIFICA_2018, HONDA.ACCORDH]
|
||||
non_tested_cars = [TOYOTA.LEXUS_CTH, CHRYSLER.PACIFICA_2018]
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user