We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5a15b commit 7c037acCopy full SHA for 7c037ac
examples/agents/react_ros2.py
@@ -34,7 +34,7 @@ def main():
34
# Agent will wait for messages published to /from_human ros2 topic
35
agent.subscribe_source("/from_human", hri_connector)
36
runner = AgentRunner([agent])
37
- runner.run()
+ runner.run_and_wait_for_shutdown()
38
39
40
if __name__ == "__main__":
0 commit comments