From dcbeda1e85cccb5884c0bc8033fafe5b560110c6 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Fri, 13 Sep 2024 19:34:27 -0700 Subject: [PATCH] deprecate controlsState.aTarget (#33558) deprecate --- cereal/log.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cereal/log.capnp b/cereal/log.capnp index 6cd7fe7534ba1d..ddde5e4d16227b 100644 --- a/cereal/log.capnp +++ b/cereal/log.capnp @@ -735,7 +735,6 @@ struct ControlsState @0x97ff69c53601abf1 { upAccelCmd @4 :Float32; uiAccelCmd @5 :Float32; ufAccelCmd @33 :Float32; - aTarget @35 :Float32; curvature @37 :Float32; # path curvature from vehicle model desiredCurvature @61 :Float32; # lag adjusted curvatures used by lateral controllers forceDecel @51 :Bool; @@ -881,6 +880,7 @@ struct ControlsState @0x97ff69c53601abf1 { vCruiseClusterDEPRECATED @63 :Float32; # set speed to display in the UI startMonoTimeDEPRECATED @48 :UInt64; cumLagMsDEPRECATED @15 :Float32; + aTargetDEPRECATED @35 :Float32; } struct DrivingModelData {