Skip to content

Commit

Permalink
Add invalid lkas setting alert
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 27, 2020
1 parent 5908762 commit f515e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
carUnrecognized @66;
radarCommIssue @67;
driverMonitorLowAcc @68;
invalidLkasSetting @69;
}
}

Expand Down Expand Up @@ -151,7 +152,7 @@ struct CarState {

# which packets this state came from
canMonoTimes @12: List(UInt64);

# blindspot sensors
leftBlindspot @33 :Bool; # Is there something blocking the left lane change
rightBlindspot @34 :Bool; # Is there something blocking the right lane change
Expand Down

0 comments on commit f515e4d

Please sign in to comment.