Skip to content

Commit

Permalink
VW PQ: add signal to AWV message
Browse files Browse the repository at this point in the history
* add prefill
  • Loading branch information
dkiiv committed Oct 31, 2024
1 parent 0170e8b commit b4d0c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions selfdrive/car/volkswagen/pqcan.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def create_awv_control(packer, bus, apply_brake, enabled):

values = {
"AWV_1_Parameter": 1 if enabled else 0,
"AWV_1_Prefill": enabled,
"ANB_Teilbremsung_Freigabe": enabled,
"ANB_Ziel_Teilbrems_Verz_Anf": apply_brake if enabled else 0,
"AWV_Halten": 0, # Hold at stop, configure later? Not needed?
Expand Down

0 comments on commit b4d0c56

Please sign in to comment.