bump eon roadCameraState timing threshold

pull/22831/head
Adeeb Shihadeh 4 years ago
parent eaaccaa3d8
commit ec935ef1c3
  1. 4
      selfdrive/test/test_onroad.py

@ -82,6 +82,10 @@ TIMINGS = {
"driverState": [2.5, 0.35], "driverState": [2.5, 0.35],
"liveLocationKalman": [2.5, 0.35], "liveLocationKalman": [2.5, 0.35],
} }
if EON:
TIMINGS.update({
"roadCameraState": [2.5, 0.45],
})
if TICI: if TICI:
TIMINGS.update({ TIMINGS.update({
"wideRoadCameraState": [1.5, 0.35], "wideRoadCameraState": [1.5, 0.35],

Loading…
Cancel
Save