mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
Add chime to lane changed blocked alert (#21159)
* Update carcontroller.py * Lane change blocked orange + audible alert * Actually make it make sound * Update carcontroller.py * leave priority the same old-commit-hash: 24b6b4a341bbd02551756b3e0fd5ba2120e66eef
This commit is contained in:
@@ -459,8 +459,8 @@ EVENTS: Dict[int, Dict[str, Union[Alert, Callable[[Any, messaging.SubMaster, boo
|
||||
ET.WARNING: Alert(
|
||||
"Car Detected in Blindspot",
|
||||
"Monitor Other Vehicles",
|
||||
AlertStatus.normal, AlertSize.mid,
|
||||
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.none, .0, .1, .1),
|
||||
AlertStatus.userPrompt, AlertSize.mid,
|
||||
Priority.LOW, VisualAlert.steerRequired, AudibleAlert.chimePrompt, .1, .1, .1),
|
||||
},
|
||||
|
||||
EventName.laneChange: {
|
||||
|
||||
Reference in New Issue
Block a user