Skip to content

Commit 50302fe

Browse files
committed
add steeringRateLimited to car.capnp
1 parent 05e3513 commit 50302fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

car.capnp

+1
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ struct CarState {
117117
steeringTorque @8 :Float32; # TODO: standardize units
118118
steeringTorqueEps @27 :Float32; # TODO: standardize units
119119
steeringPressed @9 :Bool; # if the user is using the steering wheel
120+
steeringRateLimited @29 :Bool; # if the torque is limited by the rate limiter
120121

121122
# cruise state
122123
cruiseState @10 :CruiseState;

0 commit comments

Comments
 (0)