Skip to content

Commit

Permalink
Danger to manifold event
Browse files Browse the repository at this point in the history
  • Loading branch information
keyeh committed Dec 13, 2024
1 parent 4067c46 commit 4a0676a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions selfdrive/controls/lib/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,8 +1005,8 @@ def torque_nn_load_alert(CP: car.CarParams, CS: car.CarState, sm: messaging.SubM
# When the car is driving faster than most cars in the training data, the model outputs can be unpredictable.
EventName.speedTooHigh: {
ET.WARNING: Alert(
"Speed Too High",
"Model uncertain at this speed",
"Warning!!!",
"Danger to Manifold",
AlertStatus.userPrompt, AlertSize.mid,
Priority.HIGH, VisualAlert.steerRequired, AudibleAlert.promptRepeat, 4.),
ET.NO_ENTRY: NoEntryAlert("Slow down to engage"),
Expand Down

0 comments on commit 4a0676a

Please sign in to comment.