Skip to content

Commit

Permalink
update LDW frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
dparring committed Jul 26, 2024
1 parent 6227ac5 commit 7c334c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/car/volkswagen/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, CP):
}

else:
self.LDW_STEP = 10 # LDW_02 message frequency 10Hz
self.LDW_STEP = 4 # LDW_02 message frequency 10Hz
self.ACC_HUD_STEP = 6 # ACC_02 message frequency 16Hz

self.hca_status_values = can_define.dv["LH_EPS_03"]["EPS_HCA_Status"]
Expand Down

0 comments on commit 7c334c9

Please sign in to comment.