Fixes for Scenario Runner and other users in gerneral

This commit is contained in:
Paola Canuto 2022-09-14 18:27:41 +02:00
parent 4268335e09
commit 8bc3a5f69e
2 changed files with 7431 additions and 210 deletions

View file

@ -124,8 +124,8 @@ def _get_cb_topic_deps(nodes_to_cbs: Dict[TrNode, Set[TrCallbackObject]]):
elif cb.owner is None:
continue
else:
raise RuntimeError(
f"Callback owners other than timers/subscriptions cannot be handled: {cb.owner}")
print(f" [WARN] Callback owners other than timers/subscriptions cannot be handled: {cb.owner}")
continue
for topic in dep_topics:
if topic not in cbs_subbed_to_topic: