Skip to content

Commit

Permalink
add steeringRateLimited to car.capnp
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Nov 13, 2019
1 parent 05e3513 commit 50302fe
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 @@ -117,6 +117,7 @@ struct CarState {
steeringTorque @8 :Float32; # TODO: standardize units
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

# cruise state
cruiseState @10 :CruiseState;
Expand Down

0 comments on commit 50302fe

Please sign in to comment.