Update torqued.py disable for vw again

This commit is contained in:
infiniteCable
2025-07-12 12:24:31 +02:00
committed by GitHub
parent 5a95a42d9c
commit a8018d8520
+1 -1
View File
@@ -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', 'rivian', 'volkswagen']
ALLOWED_CARS = ['toyota', 'hyundai', 'rivian']
def slope2rot(slope):