|
|
@ -870,7 +870,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo |
|
|
|
ET.WARNING: Alert( |
|
|
|
ET.WARNING: Alert( |
|
|
|
"Speed Too High", |
|
|
|
"Speed Too High", |
|
|
|
"Model uncertain at this speed", |
|
|
|
"Model uncertain at this speed", |
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
AlertStatus.warning, AlertSize.mid, |
|
|
|
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, 2.2, 3., 4.), |
|
|
|
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.chimeWarningRepeat, 2.2, 3., 4.), |
|
|
|
ET.NO_ENTRY: Alert( |
|
|
|
ET.NO_ENTRY: Alert( |
|
|
|
"Speed Too High", |
|
|
|
"Speed Too High", |
|
|
|