Skip to content

Commit

Permalink
SLC: New state (#5)
Browse files Browse the repository at this point in the history
* SLC: New state

* new sounds and events
  • Loading branch information
sunnyhaibin authored Nov 6, 2023
1 parent ab7f96e commit 536c6b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ struct CarEvent @0x9b1657f34caf3ad3 {
controlsMismatchLong @134;
cruiseEngageBlocked @135;
laneChangeRoadEdge @136;
speedLimitPreActive @137;
speedLimitConfirmed @138;

radarCanErrorDEPRECATED @15;
communityFeatureDisallowedDEPRECATED @62;
Expand Down Expand Up @@ -448,6 +450,8 @@ struct CarControl {
promptRepeat @7;
promptDistracted @8;
promptStarting @9;
promptSingleLow @10;
promptSingleHigh @11;
}
}

Expand Down
1 change: 1 addition & 0 deletions custom.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ struct LongitudinalPlanSP @0xaedffd8f31e7b55d {
tempInactive @1; # User wants to ignore speed limit until it changes.
adapting @2; # Reducing speed to match new speed limit.
active @3; # Cruising at speed limit.
preActive @4;
}

enum VisionTurnControllerState {
Expand Down

0 comments on commit 536c6b7

Please sign in to comment.