Functions | |
def | clearing () |
def | getKey () |
def | printStatus (ext_values, dgt_values, leds) |
Variables | |
dictionary | colorBindings |
digital_output = DigitalOutput() | |
external_power = DigitalOutput() | |
key = getKey() | |
dictionary | keyBindings1 |
dictionary | keyBindings2 |
dictionary | keyBindings3 |
dictionary | keyBindings4 |
list | leds = [] |
mask | |
list | pub = [] |
pub_dgt_out = rospy.Publisher('/mobile_base/commands/digital_output',DigitalOutput) | |
pub_ext_pwr = rospy.Publisher('/mobile_base/commands/external_power',DigitalOutput) | |
pub_sounds = rospy.Publisher('/mobile_base/commands/sound',Sound) | |
rate = rospy.Rate(10) | |
settings = termios.tcgetattr(sys.stdin) | |
dictionary | textBindings |
value | |
values | |
def test_output.clearing | ( | ) |
Definition at line 122 of file test_output.py.
def test_output.getKey | ( | ) |
Definition at line 46 of file test_output.py.
def test_output.printStatus | ( | ext_values, | |
dgt_values, | |||
leds | |||
) |
Definition at line 57 of file test_output.py.
dictionary test_output.colorBindings |
Definition at line 105 of file test_output.py.
test_output.digital_output = DigitalOutput() |
Definition at line 144 of file test_output.py.
test_output.external_power = DigitalOutput() |
Definition at line 140 of file test_output.py.
test_output.key = getKey() |
Definition at line 197 of file test_output.py.
dictionary test_output.keyBindings1 |
Definition at line 76 of file test_output.py.
dictionary test_output.keyBindings2 |
Definition at line 83 of file test_output.py.
dictionary test_output.keyBindings3 |
Definition at line 88 of file test_output.py.
dictionary test_output.keyBindings4 |
Definition at line 95 of file test_output.py.
list test_output.leds = [] |
Definition at line 148 of file test_output.py.
test_output.mask |
Definition at line 142 of file test_output.py.
list test_output.pub = [] |
Definition at line 134 of file test_output.py.
test_output.pub_dgt_out = rospy.Publisher('/mobile_base/commands/digital_output',DigitalOutput) |
Definition at line 133 of file test_output.py.
test_output.pub_ext_pwr = rospy.Publisher('/mobile_base/commands/external_power',DigitalOutput) |
Definition at line 132 of file test_output.py.
test_output.pub_sounds = rospy.Publisher('/mobile_base/commands/sound',Sound) |
Definition at line 137 of file test_output.py.
test_output.rate = rospy.Rate(10) |
Definition at line 130 of file test_output.py.
test_output.settings = termios.tcgetattr(sys.stdin) |
Definition at line 120 of file test_output.py.
dictionary test_output.textBindings |
Definition at line 112 of file test_output.py.
test_output.value |
Definition at line 151 of file test_output.py.
test_output.values |
Definition at line 141 of file test_output.py.