Variables | |
int | counter = 0 |
tuple | msg = Pictogram() |
tuple | p = rospy.Publisher("/pictogram", Pictogram) |
list | pictograms |
tuple | r = rospy.Rate(0.1) |
int pictogram::counter = 0 |
Definition at line 845 of file pictogram.py.
tuple pictogram::msg = Pictogram() |
Definition at line 847 of file pictogram.py.
tuple pictogram::p = rospy.Publisher("/pictogram", Pictogram) |
Definition at line 7 of file pictogram.py.
Definition at line 11 of file pictogram.py.
tuple pictogram::r = rospy.Rate(0.1) |
Definition at line 9 of file pictogram.py.