bool
|
is_publisher(topic,
publisher_id)
Predicate to check whether or not master think publisher_id publishes
topic. |
source code
|
|
bool
|
is_subscriber(topic,
subscriber_id)
Predicate to check whether or not master think subscriber_id
subscribes to topic. |
source code
|
|
|
rosrun(package,
test_name,
test,
sysargs=None)
Run a rostest/unittest-based integration test. |
source code
|
|
|
|
|
run(package,
test_name,
test,
sysargs=None)
Run a rostest/unittest-based integration test. |
source code
|
|
|
unitrun(package,
test_name,
test,
sysargs=None,
coverage_packages=None)
Wrapper routine from running python unitttests with JUnit-compatible
XML output. |
source code
|
|