Skip to content

Commit

Permalink
Model replay needs speed (commaai#33683)
Browse files Browse the repository at this point in the history
* Model replay needs speed

* Model replay needs speed

* Revert "Model replay needs speed"

This reverts commit 6d6a499.

* Update model_replay_ref_commit
  • Loading branch information
haraschax authored Oct 1, 2024
1 parent d826b08 commit b0e4d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/model_replay_ref_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76b8121429ad69d6548f744a39680ade324947e2
56743d36006d4312544ace7f53491727aa7ac302
2 changes: 1 addition & 1 deletion selfdrive/test/process_replay/process_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def selfdrived_config_callback(params, cfg, lr):
),
ProcessConfig(
proc_name="modeld",
pubs=["deviceState", "roadCameraState", "wideRoadCameraState", "liveCalibration", "driverMonitoringState"],
pubs=["deviceState", "roadCameraState", "wideRoadCameraState", "liveCalibration", "driverMonitoringState", "carState"],
subs=["modelV2", "drivingModelData", "cameraOdometry"],
ignore=["logMonoTime", "modelV2.frameDropPerc", "modelV2.modelExecutionTime", "drivingModelData.frameDropPerc", "drivingModelData.modelExecutionTime"],
should_recv_callback=ModeldCameraSyncRcvCallback(),
Expand Down

0 comments on commit b0e4d6e

Please sign in to comment.