process replay: set selfdrived main_pub (#35885)

* save 1-2s for full route

* now more than halve the time on top of previous speedup!

* stash

* default should be most common!

* revert

* revert

* clean up

* clean up

* clean up

* clean up
pull/35889/head
Shane Smiskol 2 days ago committed by GitHub
parent 8f9ee43d34
commit db55f1275d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      selfdrive/test/process_replay/process_replay.py

@ -465,6 +465,7 @@ CONFIGS = [
should_recv_callback=selfdrived_rcv_callback, should_recv_callback=selfdrived_rcv_callback,
tolerance=NUMPY_TOLERANCE, tolerance=NUMPY_TOLERANCE,
processing_time=0.004, processing_time=0.004,
main_pub="carState",
), ),
ProcessConfig( ProcessConfig(
proc_name="controlsd", proc_name="controlsd",

Loading…
Cancel
Save