Skip to content

Commit

Permalink
deprecate curvature steer control type (#579)
Browse files Browse the repository at this point in the history
deprecate curvature
  • Loading branch information
sshane authored Feb 3, 2024
1 parent c54369f commit 80e1e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,8 @@ struct CarParams {
enum SteerControlType {
torque @0;
angle @1;
curvature @2;

curvatureDEPRECATED @2;
}

enum TransmissionType {
Expand Down
2 changes: 1 addition & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -713,8 +713,8 @@ struct ControlsState @0x97ff69c53601abf1 {
angleState @58 :LateralAngleState;
debugState @59 :LateralDebugState;
torqueState @60 :LateralTorqueState;
curvatureState @65 :LateralCurvatureState;

curvatureStateDEPRECATED @65 :LateralCurvatureState;
lqrStateDEPRECATED @55 :LateralLQRState;
}

Expand Down

0 comments on commit 80e1e55

Please sign in to comment.