Fixes for Scenario Runner and other users in gerneral
This commit is contained in:
parent
4268335e09
commit
8bc3a5f69e
2 changed files with 7431 additions and 210 deletions
|
@ -124,8 +124,8 @@ def _get_cb_topic_deps(nodes_to_cbs: Dict[TrNode, Set[TrCallbackObject]]):
|
||||||
elif cb.owner is None:
|
elif cb.owner is None:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
raise RuntimeError(
|
print(f" [WARN] Callback owners other than timers/subscriptions cannot be handled: {cb.owner}")
|
||||||
f"Callback owners other than timers/subscriptions cannot be handled: {cb.owner}")
|
continue
|
||||||
|
|
||||||
for topic in dep_topics:
|
for topic in dep_topics:
|
||||||
if topic not in cbs_subbed_to_topic:
|
if topic not in cbs_subbed_to_topic:
|
||||||
|
|
7631
trace-analysis.ipynb
7631
trace-analysis.ipynb
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue