Skip to content

Commit

Permalink
deprecate controlsState.aTarget (commaai#33558)
Browse files Browse the repository at this point in the history
deprecate
  • Loading branch information
sshane authored Sep 14, 2024
1 parent 6ec6038 commit dcbeda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cereal/log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit dcbeda1

Please sign in to comment.