increase cameraOdometry decimation (#33010)

reduce cameraOdometry decimation
pull/33011/head
Kacper Rączy 1 year ago committed by GitHub
parent 996bced674
commit 7f9cdf8e43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      cereal/services.py

@ -50,7 +50,7 @@ _services: dict[str, tuple] = {
"livePose": (True, 20., 4),
"liveLocationKalman": (True, 20.),
"liveParameters": (True, 20., 5),
"cameraOdometry": (True, 20., 5),
"cameraOdometry": (True, 20., 10),
"thumbnail": (True, 0.2, 1),
"onroadEvents": (True, 1., 1),
"carParams": (True, 0.02, 1),

Loading…
Cancel
Save