Skip to content

Commit

Permalink
VW PQ: limit OP long carAPI velocity deviation
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv committed Sep 21, 2024
1 parent 114260f commit 9de51f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/pqcan.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def create_acc_accel_control(packer, bus, acc_type, accel, acc_control, stopping
"ACS_Anhaltewunsch": acc_type == 1 and stopping,
"ACS_FreigSollB": acc_enabled,
"ACS_Sollbeschl": accel if acc_enabled else 3.01,
"ACS_zul_Regelabw": 0.2 if acc_enabled else 1.27,
"ACS_zul_Regelabw": 0.05 if acc_enabled else 1.27,
"ACS_max_AendGrad": 3.0 if acc_enabled else 5.08,
}

Expand Down

0 comments on commit 9de51f9

Please sign in to comment.