From eae369c7dd373ea93f3214253f8f316275881e2f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 11 Sep 2024 16:18:47 -0700 Subject: [PATCH] carControl cleanup --- cereal/car.capnp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/cereal/car.capnp b/cereal/car.capnp index 31c4445af..0ccd00c0b 100644 --- a/cereal/car.capnp +++ b/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 {