Go to the source code of this file.
Namespaces | |
| namespace | add_two_ints_client |
Functions | |
| def | add_two_ints_client.add_two_ints_client |
| add two numbers using the add_two_ints service | |
| def | add_two_ints_client.usage |
Variables | |
| tuple | add_two_ints_client.argv = rospy.myargv() |
| string | add_two_ints_client::PKG = 'rospy_tutorials' |
| Simple demo of a rospy service client that calls a service to add two integers. | |
| tuple | add_two_ints_client.x = int(argv[1]) |
| tuple | add_two_ints_client.y = int(argv[2]) |