Skip to content

Commit

Permalink
VW PQ: more long tweaks 4 toohning
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv committed Nov 17, 2024
1 parent 243bdff commit e751521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/car/volkswagen/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ def _get_params(ret, candidate: CAR, fingerprint, car_fw, experimental_long, doc
ret.steerLimitTimer = 0.4
if ret.flags & VolkswagenFlags.PQ:
ret.steerActuatorDelay = 0.11
ret.longitudinalTuning.kf = 1.2
ret.longitudinalTuning.kf = 1.3
ret.longitudinalTuning.kpBP = [0.]
ret.longitudinalTuning.kpV = [0.]
ret.longitudinalTuning.kiBP = [0., 11, 22, 33]
ret.longitudinalTuning.kiV = [2.1, 1.9, 1.8, 1.7]
ret.longitudinalTuning.kiV = [1.9, 1.7, 1.6, 1.5]
ret.longitudinalActuatorDelay = 0.6
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
else:
Expand Down

0 comments on commit e751521

Please sign in to comment.