Skip to content

Commit

Permalink
carControl cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Sep 11, 2024
1 parent b168c6f commit eae369c
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 @@ -336,12 +336,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 @@ -431,6 +429,7 @@ struct CarControl {
activeDEPRECATED @7 :Bool;
rollDEPRECATED @8 :Float32;
pitchDEPRECATED @9 :Float32;
actuatorsOutputDEPRECATED @10 :Actuators;
}

struct CarOutput {
Expand Down

0 comments on commit eae369c

Please sign in to comment.