Skip to content

Commit

Permalink
maneuversd: add second line warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Sep 12, 2024
1 parent 82f8db8 commit 5305f7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selfdrive/selfdrived/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ def personality_changed_alert(CP: car.CarParams, CS: car.CarState, sm: messaging

EventName.longitudinalManeuver: {
ET.WARNING: longitudinal_maneuver_alert,
ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode"),
ET.PERMANENT: NormalPermanentAlert("Longitudinal Maneuver Mode",
"Ensure road ahead is clear"),
},

EventName.selfdriveInitializing: {
Expand Down

0 comments on commit 5305f7a

Please sign in to comment.