Skip to content

Commit

Permalink
Deprecating lateralPlanSP
Browse files Browse the repository at this point in the history
  • Loading branch information
devtekve committed Jan 26, 2024
1 parent e14ebdc commit e7f6070
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ struct LongitudinalPlanSP @0xaedffd8f31e7b55d {
}
}

struct LateralPlanSP @0xf35cc4560bbf6ec2 {
struct lateralPlanSPDEPRECATED @0xf35cc4560bbf6ec2 {
laneWidth @0 :Float32;
lProb @1 :Float32;
rProb @2 :Float32;
Expand Down
2 changes: 1 addition & 1 deletion log.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -2320,7 +2320,7 @@ struct Event {
# *********** Custom: reserved for forks ***********
controlsStateSP @107 :Custom.ControlsStateSP;
longitudinalPlanSP @108 :Custom.LongitudinalPlanSP;
lateralPlanSP @109 :Custom.LateralPlanSP;
lateralPlanSPDEPRECATED @109 :Custom.lateralPlanSPDEPRECATED;
driverMonitoringStateSP @110 :Custom.DriverMonitoringStateSP;
liveMapDataSP @111 :Custom.LiveMapDataSP;
e2eLongStateSP @112 :Custom.E2eLongStateSP;
Expand Down
2 changes: 1 addition & 1 deletion services.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op

"controlsStateSP": (True, 100., 10),
"longitudinalPlanSP": (True, 20., 5),
"lateralPlanSP": (True, 20., 5),
"lateralPlanSPDEPRECATED": (True, 20., 5),
"driverMonitoringStateSP": (True, 20., 10),
"liveMapDataSP": (True, 0.),
"e2eLongStateSP": (True, 0.),
Expand Down

0 comments on commit e7f6070

Please sign in to comment.