Skip to content

Commit

Permalink
Add CAN output torque actuator field (commaai#396)
Browse files Browse the repository at this point in the history
* log value sent to the car

* rename
  • Loading branch information
sshane authored Dec 10, 2022
1 parent eaf962b commit 439429c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ struct CarControl {
brake @1: Float32;
# range from -1.0 - 1.0
steer @2: Float32;
# value sent over can to the car
steerOutputCan @8: Float32;
steeringAngleDeg @3: Float32;

curvature @7: Float32;
Expand Down

0 comments on commit 439429c

Please sign in to comment.