Skip to content

Commit

Permalink
VW PQ: remove kpV for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv committed Nov 17, 2024
1 parent 82ec1f9 commit 243bdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def _get_params(ret, candidate: CAR, fingerprint, car_fw, experimental_long, doc
ret.steerActuatorDelay = 0.11
ret.longitudinalTuning.kf = 1.2
ret.longitudinalTuning.kpBP = [0.]
ret.longitudinalTuning.kpV = [0.1]
ret.longitudinalTuning.kpV = [0.]
ret.longitudinalTuning.kiBP = [0., 11, 22, 33]
ret.longitudinalTuning.kiV = [2.1, 1.9, 1.8, 1.7]
ret.longitudinalActuatorDelay = 0.6
Expand Down

0 comments on commit 243bdff

Please sign in to comment.