Variables | |
| tuple | image = stream.getvalue() |
| list | my_arg = sys.argv[1] |
| tuple | p = Plot() |
| tuple | r = TestResultRequest() |
| tuple | result_service = rospy.ServiceProxy('test_result', TestResult) |
| tuple | stream = StringIO() |
| tuple | test_service = rospy.ServiceProxy('self_test', Empty) |
| tuple | val = random.randint(0, 2) |
| tuple analyzer_node::image = stream.getvalue() |
Definition at line 107 of file analyzer_node.py.
| string analyzer_node::my_arg = sys.argv[1] |
Definition at line 75 of file analyzer_node.py.
| tuple analyzer_node::p = Plot() |
Definition at line 111 of file analyzer_node.py.
| tuple analyzer_node::r = TestResultRequest() |
Definition at line 62 of file analyzer_node.py.
| tuple analyzer_node::result_service = rospy.ServiceProxy('test_result', TestResult) |
Definition at line 57 of file analyzer_node.py.
| tuple analyzer_node::stream = StringIO() |
Definition at line 105 of file analyzer_node.py.
| tuple analyzer_node::test_service = rospy.ServiceProxy('self_test', Empty) |
Definition at line 56 of file analyzer_node.py.
| tuple analyzer_node::val = random.randint(0, 2) |
Definition at line 79 of file analyzer_node.py.