mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 03:22:07 +08:00
Better high speed alert message (#20322)
old-commit-hash: 0223578461bd30ef3a388891ede60c8e0d01cf8d
This commit is contained in:
@@ -731,7 +731,7 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
|
||||
EventName.speedTooHigh: {
|
||||
ET.WARNING: Alert(
|
||||
"Speed Too High",
|
||||
"Slow down to resume operation",
|
||||
"Model uncertain at this speed",
|
||||
AlertStatus.normal, AlertSize.mid,
|
||||
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.none, 2.2, 3., 4.),
|
||||
ET.NO_ENTRY: Alert(
|
||||
|
||||
Reference in New Issue
Block a user