mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-27 09:32:05 +08:00
GM: add longitudinal delay to Escalade (#27406)
* add delay to escalade too
* order
old-commit-hash: 79749a306c
This commit is contained in:
@@ -207,6 +207,7 @@ class CarInterface(CarInterfaceBase):
|
||||
ret.wheelbase = 2.95 # 116 inches in meters
|
||||
ret.steerRatio = 17.3
|
||||
ret.centerToFront = ret.wheelbase * 0.5
|
||||
ret.longitudinalActuatorDelayUpperBound = 0.5 # large delay to initially start braking
|
||||
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
|
||||
|
||||
elif candidate == CAR.ESCALADE_ESV:
|
||||
|
||||
Reference in New Issue
Block a user