increase longitudinalPlan decimation (#33009)

change longitudinalPlan decimation
pull/33011/head
Shane Smiskol 10 months ago committed by GitHub
parent 7f9cdf8e43
commit 3c48a6154b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      cereal/services.py

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

Loading…
Cancel
Save