|
|
|
@ -343,7 +343,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
|
ret.steerRatio = 14.35 # as spec |
|
|
|
|
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 4096], [0, 4096]] # TODO: determine if there is a dead zone at the top end |
|
|
|
|
tire_stiffness_factor = 0.82 |
|
|
|
|
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.45], [0.135]] |
|
|
|
|
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.28], [0.08]] |
|
|
|
|
ret.longitudinalTuning.kpBP = [0., 5., 35.] |
|
|
|
|
ret.longitudinalTuning.kpV = [1.2, 0.8, 0.5] |
|
|
|
|
ret.longitudinalTuning.kiBP = [0., 35.] |
|
|
|
@ -357,7 +357,7 @@ class CarInterface(CarInterfaceBase): |
|
|
|
|
ret.steerRatio = 14.35 |
|
|
|
|
ret.lateralParams.torqueBP, ret.lateralParams.torqueV = [[0, 32767], [0, 32767]] # TODO: determine if there is a dead zone at the top end |
|
|
|
|
tire_stiffness_factor = 0.82 |
|
|
|
|
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.45], [0.135]] |
|
|
|
|
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.28], [0.08]] |
|
|
|
|
ret.longitudinalTuning.kpBP = [0., 5., 35.] |
|
|
|
|
ret.longitudinalTuning.kpV = [1.2, 0.8, 0.5] |
|
|
|
|
ret.longitudinalTuning.kiBP = [0., 35.] |
|
|
|
|