mirror of
https://github.com/commaai/msgq.git
synced 2026-06-13 08:25:46 +08:00
Add invalid lkas setting alert
This commit is contained in:
@@ -91,6 +91,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
|
||||
carUnrecognized @66;
|
||||
radarCommIssue @67;
|
||||
driverMonitorLowAcc @68;
|
||||
invalidLkasSetting @69;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user