mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-06 05:52:12 +08:00
increase cameraOdometry decimation (#33010)
reduce cameraOdometry decimation old-commit-hash: 7f9cdf8e43e50c9ec4c90cf96bfa4317094cc8f2
This commit is contained in:
+1
-1
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user