Run a node from another node
Hello,
I think I have a bug on one of my nodes, responsible for parsing msgs from a serial port. While I don't find the bug I have a node that wait from the msgs and if the msgs doesn't arrive within a time-out I want to kill and relaunch the node.
How I can achieve this?
I'm using c++.
Thank you
Do you mean "kill" by "run" in the title?
I mean run