Veloster torque increase (#2457)

old-commit-hash: 9fed385b38
commatwo_master
Cruise Brantley 5 years ago committed by GitHub
parent bf54c5bf5c
commit 7c0e99ace7
  1. 2
      selfdrive/car/hyundai/values.py

@ -7,7 +7,7 @@ Ecu = car.CarParams.Ecu
# Steer torque limits # Steer torque limits
class SteerLimitParams: class SteerLimitParams:
def __init__(self, CP): 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 self.STEER_MAX = 384
else: else:
self.STEER_MAX = 255 self.STEER_MAX = 255

Loading…
Cancel
Save