carControl cleanup

pull/33543/head
Adeeb Shihadeh 8 months ago committed by GitHub
parent b168c6f9af
commit eae369c7dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      cereal/car.capnp

@ -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;
@ -431,6 +429,7 @@ struct CarControl {
activeDEPRECATED @7 :Bool;
rollDEPRECATED @8 :Float32;
pitchDEPRECATED @9 :Float32;
actuatorsOutputDEPRECATED @10 :Actuators;
}
struct CarOutput {

Loading…
Cancel
Save