Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
log stock AEB events
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Dec 6, 2019
1 parent 2219f2b commit 3410325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ struct CarEvent @0x9b1657f34caf3ad3 {
internetConnectivityNeeded @61;
communityFeatureDisallowed @62;
lowMemory @63;
stockAeb @64;
}
}

Expand Down Expand Up @@ -120,6 +121,7 @@ struct CarState {
steeringTorqueEps @27 :Float32; # TODO: standardize units
steeringPressed @9 :Bool; # if the user is using the steering wheel
steeringRateLimited @29 :Bool; # if the torque is limited by the rate limiter
stockAeb @30 :Bool;

# cruise state
cruiseState @10 :CruiseState;
Expand Down

0 comments on commit 3410325

Please sign in to comment.