|
icub-client
|
Functions | |
| def | on_closing () |
| def | updateDriveButtons () |
| def | updateBehaviorButtons () |
| def | please () |
Variables | |
| argv = sys.argv[1:] | |
| int | x = 40 |
| int | y = 40 |
| int | h = 200 |
| int | w = 400 |
| opts | |
| args | |
| window = Tk() | |
| title = Label(window, text="Manual drive control").grid(row=0,column=1) | |
| labels = OrderedDict() | |
| text | |
| row | |
| column | |
| fixed_buttons = OrderedDict() | |
| update_buttons = OrderedDict() | |
| driveButtons = OrderedDict() | |
| behaviorButtons = OrderedDict() | |
| command | |
| def drive_control_gui.on_closing | ( | ) |
Definition at line 33 of file drive_control_gui.py.
| def drive_control_gui.please | ( | ) |
Definition at line 53 of file drive_control_gui.py.
| def drive_control_gui.updateBehaviorButtons | ( | ) |
Definition at line 45 of file drive_control_gui.py.
| def drive_control_gui.updateDriveButtons | ( | ) |
Definition at line 37 of file drive_control_gui.py.
| drive_control_gui.args |
Definition at line 14 of file drive_control_gui.py.
| drive_control_gui.argv = sys.argv[1:] |
Definition at line 6 of file drive_control_gui.py.
| drive_control_gui.behaviorButtons = OrderedDict() |
Definition at line 68 of file drive_control_gui.py.
| drive_control_gui.column |
Definition at line 59 of file drive_control_gui.py.
| drive_control_gui.command |
Definition at line 69 of file drive_control_gui.py.
| drive_control_gui.driveButtons = OrderedDict() |
Definition at line 67 of file drive_control_gui.py.
| drive_control_gui.fixed_buttons = OrderedDict() |
Definition at line 65 of file drive_control_gui.py.
| drive_control_gui.h = 200 |
Definition at line 10 of file drive_control_gui.py.
| drive_control_gui.labels = OrderedDict() |
Definition at line 57 of file drive_control_gui.py.
| drive_control_gui.opts |
Definition at line 14 of file drive_control_gui.py.
| drive_control_gui.row |
Definition at line 59 of file drive_control_gui.py.
| drive_control_gui.text |
Definition at line 59 of file drive_control_gui.py.
Definition at line 55 of file drive_control_gui.py.
| drive_control_gui.update_buttons = OrderedDict() |
Definition at line 66 of file drive_control_gui.py.
| drive_control_gui.w = 400 |
Definition at line 11 of file drive_control_gui.py.
| drive_control_gui.window = Tk() |
Definition at line 31 of file drive_control_gui.py.
| drive_control_gui.x = 40 |
Definition at line 8 of file drive_control_gui.py.
| drive_control_gui.y = 40 |
Definition at line 9 of file drive_control_gui.py.
1.8.13