no test route

comma_body
Igor Biletskyy 2022-03-17 16:28:29 -07:00 committed by Igor Biletksyy
parent 30e25abcfd
commit 79b2cf5c46
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ from selfdrive.car.subaru.values import CAR as SUBARU
from selfdrive.car.toyota.values import CAR as TOYOTA
from selfdrive.car.volkswagen.values import CAR as VOLKSWAGEN
from selfdrive.car.tesla.values import CAR as TESLA
from selfdrive.car.body.values import CAR as COMMA
# TODO: add routes for these cars
non_tested_cars = [
@ -20,6 +21,7 @@ non_tested_cars = [
HYUNDAI.ELANTRA_GT_I30,
HYUNDAI.GENESIS_G90,
HYUNDAI.KIA_OPTIMA_H,
COMMA.BODY,
]
TestRoute = namedtuple('TestRoute', ['route', 'car_fingerprint'])