mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 04:22:09 +08:00
Allow Hyundai Santa Fe to use 384 STEER_MAX (#2411)
old-commit-hash: 7346a7d56c516f3168123650c0eb5b765d6e44a3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user