mirror of https://github.com/commaai/cereal.git
Deprecate LQR state field (#394)
* first commit * log p and i * compile * remove these * revert * revert * revert
This commit is contained in:
parent
609491e539
commit
eaf962bceb
|
@ -654,11 +654,12 @@ struct ControlsState @0x97ff69c53601abf1 {
|
|||
lateralControlState :union {
|
||||
indiState @52 :LateralINDIState;
|
||||
pidState @53 :LateralPIDState;
|
||||
lqrState @55 :LateralLQRState;
|
||||
angleState @58 :LateralAngleState;
|
||||
debugState @59 :LateralDebugState;
|
||||
torqueState @60 :LateralTorqueState;
|
||||
curvatureState @65 :LateralCurvatureState;
|
||||
|
||||
lqrStateDEPRECATED @55 :LateralLQRState;
|
||||
}
|
||||
|
||||
enum OpenpilotState @0xdbe58b96d2d1ac61 {
|
||||
|
|
Loading…
Reference in New Issue