mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-04 13:02:09 +08:00
test_onroad threshold tuning
This commit is contained in:
@@ -391,7 +391,7 @@ class TestOnroad:
|
||||
result += "----------------- Model Timing -----------------\n"
|
||||
result += "------------------------------------------------\n"
|
||||
cfgs = [
|
||||
("modelV2", 0.045, 0.035),
|
||||
("modelV2", 0.045, 0.040), # TODO: this should be stricter but it's hard to measure exactly
|
||||
("driverStateV2", 0.045, 0.035),
|
||||
]
|
||||
for (s, instant_max, avg_max) in cfgs:
|
||||
|
||||
Reference in New Issue
Block a user