Skip to content

Commit

Permalink
carControl cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored and cydia2020 committed Sep 13, 2024
1 parent 5e5f8d1 commit 3f58335
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cereal/car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -338,12 +338,10 @@ struct CarControl {
latActive @11: Bool;
longActive @12: Bool;

# Actuator commands as computed by controlsd
# Final actuator commands
actuators @6 :Actuators;

# moved to CarOutput
actuatorsOutputDEPRECATED @10 :Actuators;

# Blinker controls
leftBlinker @15: Bool;
rightBlinker @16: Bool;

Expand Down Expand Up @@ -434,6 +432,7 @@ struct CarControl {
activeDEPRECATED @7 :Bool;
rollDEPRECATED @8 :Float32;
pitchDEPRECATED @9 :Float32;
actuatorsOutputDEPRECATED @10 :Actuators;
}

struct CarOutput {
Expand Down

0 comments on commit 3f58335

Please sign in to comment.