class documentation
class ROSTestLaunchParent(roslaunch.parent.ROSLaunchParent):
Constructor: ROSTestLaunchParent(config, roslaunch_files, port, reuse_master, clear)
Undocumented
Method | __init__ |
Undocumented |
Method | launch |
perform launch of nodes, does not launch tests. rostest_parent follows a different pattern of init/run than the normal roslaunch, which is why it does not reuse start()/spin() |
Method | run |
run the test, blocks until completion |
Method | set |
initializes self.config and xmlrpc infrastructure |
Method | tear |
Undocumented |
Instance Variable | config |
Undocumented |
Instance Variable | master |
Undocumented |
Instance Variable | port |
Undocumented |
Instance Variable | reuse |
Undocumented |
Method | _load |
Undocumented |