From cf48fa5b2aa9a789c4d6c1ad2879e31699e23642 Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Fri, 2 Apr 2021 21:59:28 -0700 Subject: [PATCH] Honda Ridgeline test route (#20570) old-commit-hash: 269d1c4ec77f9dfac2f712107d637a752f4d179f --- selfdrive/test/test_routes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/selfdrive/test/test_routes.py b/selfdrive/test/test_routes.py index 5a101a7a1b..bef4e174fc 100755 --- a/selfdrive/test/test_routes.py +++ b/selfdrive/test/test_routes.py @@ -21,7 +21,6 @@ non_tested_cars = [ GM.HOLDEN_ASTRA, GM.MALIBU, HONDA.CRV, - HONDA.RIDGELINE, HYUNDAI.ELANTRA, HYUNDAI.ELANTRA_GT_I30, HYUNDAI.GENESIS_G90, @@ -147,6 +146,10 @@ routes = { 'carFingerprint': HONDA.ACURA_RDX, 'enableCamera': True, }, + "54fd8451b3974762|2021-04-01--14-50-10": { + 'carFingerprint': HONDA.RIDGELINE, + 'enableCamera': True, + }, "6fe86b4e410e4c37|2020-07-22--16-27-13": { 'carFingerprint': HYUNDAI.HYUNDAI_GENESIS, 'enableCamera': True,