Skip to content

Commit

Permalink
more casing fixes from cereal
Browse files Browse the repository at this point in the history
  • Loading branch information
devtekve committed Jan 26, 2024
1 parent 23dd2d2 commit d44f1ae
Showing 1 changed file with 1 addition and 1 deletion.
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),
"LateralPlanSPDEPRECATED": (True, 20., 5),
"lateralPlanSPDEPRECATED": (True, 20., 5),
"driverMonitoringStateSP": (True, 20., 10),
"liveMapDataSP": (True, 0.),
"e2eLongStateSP": (True, 0.),
Expand Down

0 comments on commit d44f1ae

Please sign in to comment.