ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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.