Classes | |
class | TestClientConnectionHeader |
Variables | |
tuple | add_two_ints = rospy.ServiceProxy(service_name, AddTwoInts, headers=metadata) |
dictionary | metadata = { 'cookies' : 'peanut butter' } |
string | NAME = 'test_client_connection_header' |
string | PKG = 'rospy_tutorials' |
tuple | resp = add_two_ints(1, 2) |
string | service_name = 'add_two_ints_header_test' |
tuple test_client_connection_header::add_two_ints = rospy.ServiceProxy(service_name, AddTwoInts, headers=metadata) |
Definition at line 91 of file test_client_connection_header.py.
dictionary test_client_connection_header::metadata = { 'cookies' : 'peanut butter' } |
Definition at line 90 of file test_client_connection_header.py.
string test_client_connection_header::NAME = 'test_client_connection_header' |
Definition at line 42 of file test_client_connection_header.py.
string test_client_connection_header::PKG = 'rospy_tutorials' |
Definition at line 41 of file test_client_connection_header.py.
tuple test_client_connection_header::resp = add_two_ints(1, 2) |
Definition at line 94 of file test_client_connection_header.py.
string test_client_connection_header::service_name = 'add_two_ints_header_test' |
Definition at line 88 of file test_client_connection_header.py.