debug message for process replay

old-commit-hash: 2f18715f76
commatwo_master
Adeeb Shihadeh 4 years ago
parent ef8fe51b70
commit 3f441b3627
  1. 2
      selfdrive/test/process_replay/process_replay.py

@ -454,7 +454,7 @@ def cpp_replay_process(cfg, lr, fingerprint=None):
for s in sub_sockets: for s in sub_sockets:
messaging.recv_one_or_none(sockets[s]) messaging.recv_one_or_none(sockets[s])
for i, msg in enumerate(tqdm(pub_msgs, disable=CI)): for i, msg in enumerate(tqdm(pub_msgs, disable=False)):
pm.send(msg.which(), msg.as_builder()) pm.send(msg.which(), msg.as_builder())
resp_sockets = cfg.pub_sub[msg.which()] if cfg.should_recv_callback is None else cfg.should_recv_callback(msg) resp_sockets = cfg.pub_sub[msg.which()] if cfg.should_recv_callback is None else cfg.should_recv_callback(msg)

Loading…
Cancel
Save