Functions | |
| def | callback |
| def | listener |
Variables | |
| string | PKG = 'rospy_tutorials' |
| Simple talker demo that listens to std_msgs/Strings published to the 'chatter' topic. | |
| def listener::callback | ( | data | ) |
Definition at line 45 of file listener.py.
| def listener::listener | ( | ) |
Definition at line 48 of file listener.py.
| string listener::PKG = 'rospy_tutorials' |
Simple talker demo that listens to std_msgs/Strings published to the 'chatter' topic.
Definition at line 39 of file listener.py.