ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
One way would be to give each of your subsystem launch files an argument (which could default to true
) and use the if
attribute within those launch files to start your common nodes only when that argument is set to true
. Then, in your global launcher, set the same argument to false
when you include the subsystem launch files and launch the common nodes once.