use v_cruise_cluster_kph for hudControl.setSpeed (#25245)

old-commit-hash: f300a8df2b
taco
Willem Melching 3 years ago committed by GitHub
parent 4523108a02
commit 862e3a8300
  1. 2
      selfdrive/controls/controlsd.py

@ -674,7 +674,7 @@ class Controls:
CC.cruiseControl.resume = self.enabled and CS.cruiseState.standstill and speeds[-1] > 0.1
hudControl = CC.hudControl
hudControl.setSpeed = float(self.v_cruise_kph * CV.KPH_TO_MS)
hudControl.setSpeed = float(self.v_cruise_cluster_kph * CV.KPH_TO_MS)
hudControl.speedVisible = self.enabled
hudControl.lanesVisible = self.enabled
hudControl.leadVisible = self.sm['longitudinalPlan'].hasLead

Loading…
Cancel
Save