ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Answering my own old question:
in ROS melodic you can use a string describing a specific test like this:
rostest.rosrun('foo', 'TestFoo', '__main__.TestFoo.test_a')
... and of course that string may come from command line arguments.