update hyundai palisade steer ratio (#21937)

old-commit-hash: 64a6d325cd62831067ed27bb7ef81322100b8503
This commit is contained in:
Greg Hogan
2021-08-16 08:51:55 -07:00
committed by GitHub
parent 11876a275e
commit b915801f95
+1 -1
View File
@@ -57,7 +57,7 @@ class CarInterface(CarInterfaceBase):
ret.lateralTuning.pid.kf = 0.00005
ret.mass = 1999. + STD_CARGO_KG
ret.wheelbase = 2.90
ret.steerRatio = 13.75 * 1.15
ret.steerRatio = 15.6 * 1.15
ret.lateralTuning.pid.kiBP, ret.lateralTuning.pid.kpBP = [[0.], [0.]]
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.3], [0.05]]
elif candidate in [CAR.ELANTRA, CAR.ELANTRA_GT_I30]: