Skip to content

Commit

Permalink
Update interface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv authored Nov 11, 2024
1 parent 55ec0fa commit eb87ecf
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 @@ -75,7 +75,7 @@ def _get_params(ret, candidate: CAR, fingerprint, car_fw, experimental_long, doc
ret.longitudinalTuning.kpBP = [0.]
ret.longitudinalTuning.kpV = [0.]
ret.longitudinalTuning.kiBP = [0., 11, 22, 35]
ret.longitudinalTuning.kiV = [3.2, 2.3, 2., 1.9]
ret.longitudinalTuning.kiV = [2.5, 2.2, 1.9, 1.8]
ret.longitudinalActuatorDelay = 0.6
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
else:
Expand Down

0 comments on commit eb87ecf

Please sign in to comment.