enable lateral accel factor learning for Honda (#35936)

enable torqued for Honda
pull/35937/head^2
Jason Young 1 month ago committed by GitHub
parent c236f472a9
commit 839a773345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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', 'rivian']
ALLOWED_CARS = ['toyota', 'hyundai', 'rivian', 'honda']
def slope2rot(slope):

Loading…
Cancel
Save