Skip to content

Commit

Permalink
Try dis commaai#2
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhonan committed Apr 22, 2024
1 parent 05b499f commit da7f30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/subaru/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def _get_params(ret, candidate: CAR, fingerprint, car_fw, experimental_long, doc

if ret.openpilotLongitudinalControl:
ret.longitudinalTuning.kpBP = [0., 5., 35.]
ret.longitudinalTuning.kpV = [0.3, 1.15, 1.5]
ret.longitudinalTuning.kpV = [0.25, 1.0, 1.5]
ret.longitudinalTuning.kiBP = [0., 35.]
ret.longitudinalTuning.kiV = [0.6, 0.36]

Expand Down

0 comments on commit da7f30b

Please sign in to comment.