test_onroad: test liveParameters service timing (#34977)

Add live params to test onroad
pull/34979/head
Kacper Rączy 3 weeks ago committed by GitHub
parent e45fc5e84b
commit 049193b178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/test/test_onroad.py

@ -95,6 +95,7 @@ TIMINGS = {
"modelV2": [2.5, 0.35],
"driverStateV2": [2.5, 0.40],
"livePose": [2.5, 0.35],
"liveParameters": [2.5, 0.35],
"wideRoadCameraState": [1.5, 0.35],
}

Loading…
Cancel
Save