ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You should try to do that with a launch file. There you can automatically start multiple nodes and do some things in a certain order. Via the cmd roslaunch you start that launch-file which automatically starts the master.
2 | No.2 Revision |
You should try to do that with a launch file. There you can automatically start multiple nodes and do some things (like play rosbag) in a certain order. Via the cmd roslaunch you start that launch-file which automatically starts the master.