From 58c008639714f4d9e3a7b856bc4e00b41fcb52ce Mon Sep 17 00:00:00 2001 From: firestar5683 <168790843+firestar5683@users.noreply.github.com> Date: Sun, 16 Nov 2025 15:06:17 -0600 Subject: [PATCH] Revert "test2" This reverts commit 94e0e518223f26d0c12fa6368fcb626e8d81ae67. --- 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 8cd3c08b1..160c9f72f 100755 --- a/selfdrive/locationd/torqued.py +++ b/selfdrive/locationd/torqued.py @@ -34,7 +34,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', 'gm'] +ALLOWED_CARS = ['toyota', 'hyundai'] def slope2rot(slope):