How to run a node as a background process?
So I am trying to write a program in which a main publisher node will use the system function to run multiple subscriber nodes. I would like to use something like: "rosrun <pkg_name> <node_name> &", however this doesn't work for me and the subscriber node still runs in the same terminal window. How can I change the command so that it executes in the way i described? I can't seem to figure it out. Thanks!!