Skip to content

Commit

Permalink
Alerts: More understandable locationd, paramsd alerts (#531)
Browse files Browse the repository at this point in the history
* add new alerts

* rename old alerts, add new alerts
  • Loading branch information
nuwandavek authored Sep 11, 2023
1 parent 7de568b commit 4b334f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ struct CarEvent @0x9b1657f34caf3ad3 {
driverUnresponsive @45;
belowSteerSpeed @46;
lowBattery @48;
vehicleModelInvalid @50;
accFaulted @51;
sensorDataInvalid @52;
commIssue @53;
Expand Down Expand Up @@ -106,7 +105,6 @@ struct CarEvent @0x9b1657f34caf3ad3 {
roadCameraError @100;
driverCameraError @101;
wideRoadCameraError @102;
localizerMalfunction @103;
highCpuUsage @105;
cruiseMismatch @106;
lkasDisabled @107;
Expand All @@ -115,6 +113,10 @@ struct CarEvent @0x9b1657f34caf3ad3 {
resumeBlocked @113;
steerTimeLimit @115;
vehicleSensorsInvalid @116;
locationdTemporaryError @103;
locationdPermanentError @118;
paramsdTemporaryError @50;
paramsdPermanentError @119;

radarCanErrorDEPRECATED @15;
communityFeatureDisallowedDEPRECATED @62;
Expand Down

0 comments on commit 4b334f6

Please sign in to comment.