ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well really running processes using &
to detach is a bad idea for the above reason, you don't have a hook on the process to easily kill later. That's probably not a good way of handling things.