mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-15 22:32:11 +08:00
temporarily relax camerad timings
old-commit-hash: 174aa908bae042f1cfee27e10540c1b7e607aef3
This commit is contained in:
@@ -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],
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user