We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e3513 commit 50302feCopy full SHA for 50302fe
car.capnp
@@ -117,6 +117,7 @@ struct CarState {
117
steeringTorque @8 :Float32; # TODO: standardize units
118
steeringTorqueEps @27 :Float32; # TODO: standardize units
119
steeringPressed @9 :Bool; # if the user is using the steering wheel
120
+ steeringRateLimited @29 :Bool; # if the torque is limited by the rate limiter
121
122
# cruise state
123
cruiseState @10 :CruiseState;
0 commit comments