Variables | |
| int | dist = 3 |
| tuple | publisher = rospy.Publisher(topic, Range) |
| tuple | r = Range() |
| string | topic = 'test_range' |
| int send_range::dist = 3 |
Definition at line 12 of file send_range.py.
| tuple send_range::publisher = rospy.Publisher(topic, Range) |
Definition at line 8 of file send_range.py.
| tuple send_range::r = Range() |
Definition at line 16 of file send_range.py.
| string send_range::topic = 'test_range' |
Definition at line 7 of file send_range.py.