temporarily relax camerad timings

old-commit-hash: 174aa908bae042f1cfee27e10540c1b7e607aef3
This commit is contained in:
Adeeb Shihadeh
2021-09-15 19:26:20 -07:00
parent a410244e3d
commit b41c5e2393
+3 -3
View File
@@ -72,15 +72,15 @@ TIMINGS = {
"controlsState": [2.5, 0.35],
"lateralPlan": [2.5, 0.5],
"longitudinalPlan": [2.5, 0.5],
"roadCameraState": [1.5, 0.35],
"driverCameraState": [1.5, 0.35],
"roadCameraState": [2.0, 0.35],
"driverCameraState": [2.0, 0.35],
"modelV2": [2.5, 0.35],
"driverState": [2.5, 0.35],
"liveLocationKalman": [2.5, 0.35],
}
if TICI:
TIMINGS.update({
"wideRoadCameraState": [1.5, 0.35],
"wideRoadCameraState": [2.0, 0.35],
})