Skip to content

Commit

Permalink
Deprecate enableGasInterceptor car param (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire authored Mar 25, 2024
1 parent 6bfd39a commit b987148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion car.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ struct CarParams {

notCar @66 :Bool; # flag for non-car robotics platforms

enableGasInterceptor @2 :Bool;
pcmCruise @3 :Bool; # is openpilot's state tied to the PCM's cruise state?
enableDsu @5 :Bool; # driving support unit
enableBsm @56 :Bool; # blind spot monitoring
Expand Down Expand Up @@ -678,6 +677,7 @@ struct CarParams {
gateway @1; # Integration at vehicle's CAN gateway
}

enableGasInterceptorDEPRECATED @2 :Bool;
enableCameraDEPRECATED @4 :Bool;
enableApgsDEPRECATED @6 :Bool;
steerRateCostDEPRECATED @33 :Float32;
Expand Down

0 comments on commit b987148

Please sign in to comment.