mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-01 19:42:07 +08:00
bump eon roadCameraState timing threshold
old-commit-hash: ec935ef1c363a764c381a08cc39b7743e171acbe
This commit is contained in:
@@ -82,6 +82,10 @@ TIMINGS = {
|
||||
"driverState": [2.5, 0.35],
|
||||
"liveLocationKalman": [2.5, 0.35],
|
||||
}
|
||||
if EON:
|
||||
TIMINGS.update({
|
||||
"roadCameraState": [2.5, 0.45],
|
||||
})
|
||||
if TICI:
|
||||
TIMINGS.update({
|
||||
"wideRoadCameraState": [1.5, 0.35],
|
||||
|
||||
Reference in New Issue
Block a user