debug: update alerts (#30023)

* remove vehicleModelInvalid

* add locationdTemporaryError

* add paramsdTemporaryError
pull/30019/merge
royjr 2 years ago committed by GitHub
parent c3d0bf7b5e
commit f7f8b769ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      selfdrive/debug/cycle_alerts.py

@ -25,7 +25,8 @@ def cycle_alerts(duration=200, is_metric=False):
(EventName.buttonCancel, ET.USER_DISABLE),
(EventName.wrongGear, ET.NO_ENTRY),
(EventName.vehicleModelInvalid, ET.SOFT_DISABLE),
(EventName.locationdTemporaryError, ET.SOFT_DISABLE),
(EventName.paramsdTemporaryError, ET.SOFT_DISABLE),
(EventName.accFaulted, ET.IMMEDIATE_DISABLE),
# DM sequence

Loading…
Cancel
Save