Skip to content

Commit

Permalink
Add regen braking field (commaai#384)
Browse files Browse the repository at this point in the history
* regen braking field

* fix duplicate ordinal

* Update car.capnp
  • Loading branch information
sshane authored Nov 11, 2022
1 parent cdba1aa commit afafa0a
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 @@ -168,6 +168,7 @@ struct CarState {
# brake pedal, 0.0-1.0
brake @5 :Float32; # this is user pedal only
brakePressed @6 :Bool; # this is user pedal only
regenBraking @45 :Bool; # this is user pedal only
parkingBrake @39 :Bool;
brakeHoldActive @38 :Bool;

Expand Down

0 comments on commit afafa0a

Please sign in to comment.