From c55ef3ae1b49e69f3452ee3f726a213ce6c374ae Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 20 Mar 2025 17:09:52 -0700 Subject: [PATCH] Rivian: enable torqued learning (#34912) --- selfdrive/locationd/torqued.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/locationd/torqued.py b/selfdrive/locationd/torqued.py index 590b6cc6f7..fcaa19df73 100755 --- a/selfdrive/locationd/torqued.py +++ b/selfdrive/locationd/torqued.py @@ -32,7 +32,7 @@ MIN_BUCKET_POINTS = np.array([100, 300, 500, 500, 500, 500, 300, 100]) MIN_ENGAGE_BUFFER = 2 # secs VERSION = 1 # bump this to invalidate old parameter caches -ALLOWED_CARS = ['toyota', 'hyundai'] +ALLOWED_CARS = ['toyota', 'hyundai', 'rivian'] def slope2rot(slope):