mirror of https://github.com/commaai/cereal.git
Add blindspot cereal values (#26)
continuation of https://github.com/commaai/cereal/pull/7
This commit is contained in:
parent
bd9a877d8b
commit
0c38fc9e1b
|
@ -151,6 +151,10 @@ struct CarState {
|
|||
|
||||
# which packets this state came from
|
||||
canMonoTimes @12: List(UInt64);
|
||||
|
||||
# blindspot sensors
|
||||
leftBlindspot @32 :Bool; # Is there something blocking the left lane change
|
||||
rightBlindspot @33 :Bool; # Is there something blocking the right lane change
|
||||
|
||||
struct WheelSpeeds {
|
||||
# optional wheel speeds
|
||||
|
|
Loading…
Reference in New Issue