Veloster torque increase (#2457)

pull/2460/head
Cruise Brantley 5 years ago committed by GitHub
parent 87d7f51e3e
commit 9fed385b38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/car/hyundai/values.py

@ -7,7 +7,7 @@ Ecu = car.CarParams.Ecu
# Steer torque limits
class SteerLimitParams:
def __init__(self, CP):
if CP.carFingerprint in [CAR.SONATA, CAR.PALISADE, CAR.SANTA_FE]:
if CP.carFingerprint in [CAR.SONATA, CAR.PALISADE, CAR.SANTA_FE, CAR.VELOSTER]:
self.STEER_MAX = 384
else:
self.STEER_MAX = 255

Loading…
Cancel
Save