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

Commit

Permalink
Add stock Fcw to carState
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Dec 11, 2019
1 parent b608683 commit f6f0f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ struct CarState {
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;
stockFcw @31 :Bool;

# cruise state
cruiseState @10 :CruiseState;
Expand Down

0 comments on commit f6f0f60

Please sign in to comment.