Variables | |
list | colours = ["Black", "Green", "Orange", "Red"] |
list | leds = [] |
list | pub = [] |
tuple | rate = rospy.Rate(1) |
list test_led_array::colours = ["Black", "Green", "Orange", "Red"] |
Definition at line 40 of file test_led_array.py.
list test_led_array::leds = [] |
Definition at line 47 of file test_led_array.py.
list test_led_array::pub = [] |
Definition at line 43 of file test_led_array.py.
tuple test_led_array::rate = rospy.Rate(1) |
Definition at line 46 of file test_led_array.py.