Skip to content

Commit

Permalink
VW PQ: bump panda, bugfix stopping for OEM+ ACC
Browse files Browse the repository at this point in the history
  • Loading branch information
dkiiv committed Dec 5, 2024
1 parent 1ba7867 commit 3f0dac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion panda
Submodule panda updated from 6e4f1a to 7e9a83
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/carcontroller.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def update(self, CC, CS, now_nanos):
# *** Below here is for OEM+ behavior modification of OEM ACC *** #
# Modify Motor_2, Bremse_8, Bremse_11
if VolkswagenFlags.PQ and not self.CP.openpilotLongitudinalControl:
stopped = CS.out.vEgoRaw == 0
stopped = CS.out.vEgoRaw == 0 and self.EPB_enable

if CS.acc_sys_stock["COUNTER"] != self.acc_sys_counter_last:
EPB_handler(self, CS.acc_sys_stock["ACS_Sta_ADR"], CS.acc_sys_stock["ACS_Sollbeschl"], CS.out.vEgoRaw)
Expand Down

0 comments on commit 3f0dac2

Please sign in to comment.