Does rosnode.kill_nodes() block until the nodes are actually killed?
Hi,
I am working with ROS Kinetic and I'm wondering the above question. For my application, I want to know when all the nodes are cleanly exited.
If rosnode.kill_nodes()
does not block, is there a way I can get a callback to know if and when nodes are killed?
Thanks
Asked by jinhkim on 2019-03-05 20:34:50 UTC
Comments