Functions | |
def | on_key_press (event) |
Variables | |
client = SimpleActionClient('user_commands_action_server', UserCommandAction) | |
text | |
text_header = rospy.get_param('~shown_text', 'Press command key') | |
dictionary | USER_COMMANDS |
window = tk.Tk() | |
def keyboard_user_commands.on_key_press | ( | event | ) |
Definition at line 18 of file keyboard_user_commands.py.
keyboard_user_commands.client = SimpleActionClient('user_commands_action_server', UserCommandAction) |
Definition at line 53 of file keyboard_user_commands.py.
keyboard_user_commands.text |
Definition at line 63 of file keyboard_user_commands.py.
keyboard_user_commands.text_header = rospy.get_param('~shown_text', 'Press command key') |
Definition at line 65 of file keyboard_user_commands.py.
dictionary keyboard_user_commands.USER_COMMANDS |
Definition at line 11 of file keyboard_user_commands.py.
keyboard_user_commands.window = tk.Tk() |
Definition at line 59 of file keyboard_user_commands.py.