hide localizerMalfunction alert (#23730)

* hide localizerMalfunction alert

* update ref
pull/23735/head
Willem Melching 3 years ago committed by GitHub
parent a1b795cd78
commit 8effa2d878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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 # current GPS position. This alert is thrown when the localizer is reset
# more often than expected. # more often than expected.
EventName.localizerMalfunction: { EventName.localizerMalfunction: {
ET.PERMANENT: NormalPermanentAlert("Sensor Malfunction", "Contact Support"), # ET.PERMANENT: NormalPermanentAlert("Sensor Malfunction", "Contact Support"),
}, },
# ********** events that affect controls state transitions ********** # ********** events that affect controls state transitions **********

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