|
|
|
@ -481,34 +481,34 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo |
|
|
|
|
|
|
|
|
|
EventName.preLaneChangeLeft: { |
|
|
|
|
ET.WARNING: Alert( |
|
|
|
|
"Steer Left to Start Lane Change", |
|
|
|
|
"Monitor Other Vehicles", |
|
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
|
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.none, .0, .1, .1, alert_rate=0.75), |
|
|
|
|
"Steer Left to Start Lane Change Once Safe", |
|
|
|
|
"", |
|
|
|
|
AlertStatus.normal, AlertSize.small, |
|
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.none, .0, .1, .1, alert_rate=0.75), |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
EventName.preLaneChangeRight: { |
|
|
|
|
ET.WARNING: Alert( |
|
|
|
|
"Steer Right to Start Lane Change", |
|
|
|
|
"Monitor Other Vehicles", |
|
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
|
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.none, .0, .1, .1, alert_rate=0.75), |
|
|
|
|
"Steer Right to Start Lane Change Once Safe", |
|
|
|
|
"", |
|
|
|
|
AlertStatus.normal, AlertSize.small, |
|
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.none, .0, .1, .1, alert_rate=0.75), |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
EventName.laneChangeBlocked: { |
|
|
|
|
ET.WARNING: Alert( |
|
|
|
|
"Car Detected in Blindspot", |
|
|
|
|
"Monitor Other Vehicles", |
|
|
|
|
AlertStatus.userPrompt, AlertSize.mid, |
|
|
|
|
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimePrompt, .1, .1, .1), |
|
|
|
|
"", |
|
|
|
|
AlertStatus.userPrompt, AlertSize.small, |
|
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.chimePrompt, .1, .1, .1), |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
EventName.laneChange: { |
|
|
|
|
ET.WARNING: Alert( |
|
|
|
|
"Changing Lane", |
|
|
|
|
"Monitor Other Vehicles", |
|
|
|
|
AlertStatus.normal, AlertSize.mid, |
|
|
|
|
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.none, .0, .1, .1), |
|
|
|
|
"Changing Lanes", |
|
|
|
|
"", |
|
|
|
|
AlertStatus.normal, AlertSize.small, |
|
|
|
|
Priority.LOW, VisualAlert.none, AudibleAlert.none, .0, .1, .1), |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
EventName.steerSaturated: { |
|
|
|
|