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):