mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
process replay: add numeric tolerance for planner outputs (#22470)
old-commit-hash: a88cb6e962
This commit is contained in:
@@ -270,7 +270,7 @@ CONFIGS = [
|
||||
ignore=["logMonoTime", "valid", "longitudinalPlan.processingDelay"],
|
||||
init_callback=get_car_params,
|
||||
should_recv_callback=None,
|
||||
tolerance=None,
|
||||
tolerance=NUMPY_TOLERANCE,
|
||||
fake_pubsubmaster=True,
|
||||
),
|
||||
ProcessConfig(
|
||||
|
||||
Reference in New Issue
Block a user