Variables | |
string | html = '<p>Configured %s as %s.</p>\n' |
tuple | name = rospy.get_param('/qual_item/name') |
tuple | r = TestResultRequest() |
tuple | result_proxy = rospy.ServiceProxy('test_result', TestResult) |
tuple | serial = rospy.get_param('/qual_item/serial') |
string conf_subtest::html = '<p>Configured %s as %s.</p>\n' |
Definition at line 54 of file conf_subtest.py.
tuple conf_subtest::name = rospy.get_param('/qual_item/name') |
Definition at line 52 of file conf_subtest.py.
tuple conf_subtest::r = TestResultRequest() |
Definition at line 57 of file conf_subtest.py.
tuple conf_subtest::result_proxy = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 48 of file conf_subtest.py.
tuple conf_subtest::serial = rospy.get_param('/qual_item/serial') |
Definition at line 51 of file conf_subtest.py.