increase longitudinalPlan decimation (#33009)

change longitudinalPlan decimation
old-commit-hash: 3c48a6154b95f0ae2ab84fd916e02b704c74b258
This commit is contained in:
Shane Smiskol
2024-07-17 20:42:12 -07:00
committed by GitHub
parent 8740f8618b
commit 75c33e7a1c

View File

@@ -38,7 +38,7 @@ _services: dict[str, tuple] = {
"carState": (True, 100., 10),
"carControl": (True, 100., 10),
"carOutput": (True, 100., 10),
"longitudinalPlan": (True, 20., 5),
"longitudinalPlan": (True, 20., 10),
"procLog": (True, 0.5, 15),
"gpsLocationExternal": (True, 10., 10),
"gpsLocation": (True, 1., 1),