|
|
@ -207,6 +207,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
ret.wheelbase = 2.95 # 116 inches in meters |
|
|
|
ret.wheelbase = 2.95 # 116 inches in meters |
|
|
|
ret.steerRatio = 17.3 |
|
|
|
ret.steerRatio = 17.3 |
|
|
|
ret.centerToFront = ret.wheelbase * 0.5 |
|
|
|
ret.centerToFront = ret.wheelbase * 0.5 |
|
|
|
|
|
|
|
ret.longitudinalActuatorDelayUpperBound = 0.5 # large delay to initially start braking |
|
|
|
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning) |
|
|
|
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning) |
|
|
|
|
|
|
|
|
|
|
|
elif candidate == CAR.ESCALADE_ESV: |
|
|
|
elif candidate == CAR.ESCALADE_ESV: |
|
|
|