hide localizerMalfunction alert (#23730)

* hide localizerMalfunction alert

* update ref
old-commit-hash: 8effa2d878
commatwo_master
Willem Melching 3 years ago committed by GitHub
parent ccb2d2a6c4
commit 5a78f1d29c
  1. 2
      selfdrive/controls/lib/events.py
  2. 2
      selfdrive/test/process_replay/ref_commit

@ -506,7 +506,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, AlertCallbackType]]] = {
# current GPS position. This alert is thrown when the localizer is reset
# more often than expected.
EventName.localizerMalfunction: {
ET.PERMANENT: NormalPermanentAlert("Sensor Malfunction", "Contact Support"),
# ET.PERMANENT: NormalPermanentAlert("Sensor Malfunction", "Contact Support"),
},
# ********** events that affect controls state transitions **********

@ -1 +1 @@
602f92fc0e337ee5143dd2691f20fead68365b64
5cec6f1575235206c4e0341d49de53be8d4e3429
Loading…
Cancel
Save