Skip to content

Commit

Permalink
Add blindspot cereal values (commaai#26)
Browse files Browse the repository at this point in the history
continuation of commaai/msgq#7
  • Loading branch information
pd0wm authored Mar 4, 2020
1 parent bd9a877 commit 0c38fc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c38fc9

Please sign in to comment.