surely we don't need this

pull/28054/head
Shane Smiskol 3 years ago
parent c69e69ccb9
commit 039987bb13
  1. 2
      selfdrive/car/toyota/interface.py

@ -227,7 +227,7 @@ class CarInterface(CarInterfaceBase):
ret.lateralTuning.init('pid')
ret.lateralTuning.pid.kiBP = [0.0]
ret.lateralTuning.pid.kpBP = [0.0]
ret.lateralTuning.pid.kpV = [0.2]
ret.lateralTuning.pid.kpV = [0.0]
ret.lateralTuning.pid.kiV = [0.0] # this causes huge wind-ups after turns (70 degrees in integral!)
ret.lateralTuning.pid.kf = 1.0

Loading…
Cancel
Save