ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think you've answered your own question: since rostest
starts a master, you won't be able to use it for tests where a master isn't running.
Why not use a standard test framework such as gtest or nosetest for your tests which don't require a ROS master to be running?