Functions | |
def | add_two_ints |
def | add_two_ints_server |
Variables | |
string | NAME = 'add_two_ints_server' |
string | PKG = 'rospy_tutorials' |
Simple demo of a rospy service that add two integers. |
def add_two_ints_server.add_two_ints | ( | req | ) |
Definition at line 47 of file add_two_ints_server.py.
Definition at line 51 of file add_two_ints_server.py.
string add_two_ints_server::NAME = 'add_two_ints_server' |
Definition at line 39 of file add_two_ints_server.py.
string add_two_ints_server::PKG = 'rospy_tutorials' |
Simple demo of a rospy service that add two integers.
Definition at line 38 of file add_two_ints_server.py.