Allow Hyundai Santa Fe to use 384 STEER_MAX (#2411)

old-commit-hash: 7346a7d56c
commatwo_master
Sean Boult 5 years ago committed by GitHub
parent f9e44e2339
commit f5b47f2553
  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]:
if CP.carFingerprint in [CAR.SONATA, CAR.PALISADE, CAR.SANTA_FE]:
self.STEER_MAX = 384
else:
self.STEER_MAX = 255

Loading…
Cancel
Save