Skip to content

Commit 4450066

Browse files
authored
MSPA: lateralPlanSP legacy support (#9)
1 parent 437d2e4 commit 4450066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log.capnp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2288,7 +2288,7 @@ struct Event {
22882288
# *********** Custom: reserved for forks ***********
22892289
controlsStateSP @107 :Custom.ControlsStateSP;
22902290
longitudinalPlanSP @108 :Custom.LongitudinalPlanSP;
2291-
lateralPlanSP @109 :Custom.LateralPlanSP;
2291+
lateralPlanSPDEPRECATED @109 :Custom.LateralPlanSP;
22922292
driverMonitoringStateSP @110 :Custom.DriverMonitoringStateSP;
22932293
liveMapDataSP @111 :Custom.LiveMapDataSP;
22942294
e2eLongStateSP @112 :Custom.E2eLongStateSP;

services.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __init__(self, port: int, should_log: bool, frequency: float, decimation: Op
8484

8585
"controlsStateSP": (True, 100., 10),
8686
"longitudinalPlanSP": (True, 20., 5),
87-
"lateralPlanSP": (True, 20., 5),
87+
"lateralPlanSPDEPRECATED": (True, 20., 5),
8888
"driverMonitoringStateSP": (True, 20., 10),
8989
"liveMapDataSP": (True, 0.),
9090
"e2eLongStateSP": (True, 0.),

0 commit comments

Comments
 (0)