Skip to content

Commit

Permalink
Merged tuning for Crosstrek/Impreza at higher torque.
Browse files Browse the repository at this point in the history
Taken from michaelhonan's repository, commit ID
5efe79f.
  • Loading branch information
budney committed Dec 22, 2022
1 parent e1af79b commit 6b18eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selfdrive/car/subaru/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def get_params(candidate, fingerprint=gen_empty_fingerprint(), car_fw=None, disa
ret.steerActuatorDelay = 0.18 # end-to-end angle controller
ret.lateralTuning.init('pid')
ret.lateralTuning.pid.kf = 0.00005
ret.lateralTuning.pid.kf = 0.00003333
ret.lateralTuning.pid.kiBP, ret.lateralTuning.pid.kpBP = [[0., 20.], [0., 20.]]
ret.lateralTuning.pid.kpV, ret.lateralTuning.pid.kiV = [[0.1, 0.2], [0.01, 0.02]]

Expand Down

0 comments on commit 6b18eee

Please sign in to comment.