-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvoice_commands.py
35 lines (33 loc) · 1.07 KB
/
voice_commands.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/env python3
"""
Cozmo.AI
Lexicon of available special Voice Commands for Cozmo
"""
name = ["Cozmo", "Cosmo", "cosmo", "cozmo", "osmo", "Kuzma", "kuzma", "Prisma", "Goodwill", "Robert", "robot",
"Christmas", "customer", "cuz my", "cuz", "Kosmos", "kiasma", "Kismet", "Kokomo"]
quit = ["later", "bye", "quit", "finish", "another time"]
shutdown = ["shutdown", "exit"]
# forward = ["forward", ]
# backward = ["back", ]
# right = ["right", ]
# left = ["left", ]
# arm = ["lift", "arm"]
# head = ["look", "up"]
# follow = ["follow", "face"]
photo = ["photo", ] # OK
# blocks = ["blocks", ]
dance = ["dance", ] # OK
# sleep = ["sleep", ]
# charge = ["charge", "charger"]
music_rock = ["rock", ] # OK
music_favourites = ["favorite", ] # OK
music_stop = ["stop", ] # OK
weather_today = ["weather", "today", "now"] # OK
weather_tomorrow = ["tomorrow", ] # OK
time = ["time", ] # OK
sing = ["sing", ] # OK
vol_mute = ["mute", ] # OK
vol_min = ["lower", ] # OK
vol_mid = ["higher", ] # OK
vol_max = ["maximum", ] # OK
freeplay = ["freeplay", "free play", "FreePlay"] # OK