Rivian: enable torqued learning (#34912)

This commit is contained in:
Shane Smiskol
2025-03-20 17:09:52 -07:00
committed by GitHub
parent 2b9bd8dc36
commit c55ef3ae1b
+1 -1
View File
@@ -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):