Skip to content

Commit

Permalink
VW PQ: update carAPI signal
Browse files Browse the repository at this point in the history
* decrease long actuator delay more
  • Loading branch information
dkiiv committed Oct 15, 2024
1 parent e57d317 commit be3ca77
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 @@ -76,7 +76,7 @@ def _get_params(ret, candidate: CAR, fingerprint, car_fw, experimental_long, doc
ret.longitudinalTuning.kpV = [0.]
ret.longitudinalTuning.kiBP = [0.]
ret.longitudinalTuning.kiV = [0.]
ret.longitudinalActuatorDelay = 0.1
ret.longitudinalActuatorDelay = 0.01
CarInterfaceBase.configure_torque_tune(candidate, ret.lateralTuning)
else:
ret.steerActuatorDelay = 0.1
Expand Down

0 comments on commit be3ca77

Please sign in to comment.