Events: actionable accFaulted alert text (#26783)

same alert text as steer and brake unavailable
old-commit-hash: 9e9600a4f4
taco
Shane Smiskol 3 years ago committed by GitHub
parent 6dac5ed9e7
commit bbed3a961a
  1. 6
      selfdrive/controls/lib/events.py

@ -806,9 +806,9 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
},
EventName.accFaulted: {
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Cruise Faulted"),
ET.PERMANENT: NormalPermanentAlert("Cruise Faulted", ""),
ET.NO_ENTRY: NoEntryAlert("Cruise Faulted"),
ET.IMMEDIATE_DISABLE: ImmediateDisableAlert("Cruise Fault: Restart the Car"),
ET.PERMANENT: NormalPermanentAlert("Cruise Fault: Restart the car to engage"),
ET.NO_ENTRY: NoEntryAlert("Cruise Fault: Restart the Car"),
},
EventName.accFaultedTemp: {

Loading…
Cancel
Save