did work on speech recognition
This commit is contained in:
9
action/SetSpeechVocabulary.action
Normal file
9
action/SetSpeechVocabulary.action
Normal file
@@ -0,0 +1,9 @@
|
||||
# Goal: The new vocabulary to be set in the speech recognition module
|
||||
# Result: True if the vocabulary was set
|
||||
# Feedback: None
|
||||
|
||||
string[] words
|
||||
---
|
||||
bool success
|
||||
---
|
||||
|
||||
11
action/SpeechWithFeedback.action
Normal file
11
action/SpeechWithFeedback.action
Normal file
@@ -0,0 +1,11 @@
|
||||
# Purpose : To have feedback on when the speech was started and when
|
||||
# NAO stopped talking
|
||||
# Goal: The sentence for NAO to say
|
||||
# Result: NAO has finished speaking
|
||||
# Feedback: When NAO starts speaking
|
||||
|
||||
string say
|
||||
---
|
||||
# Empty result
|
||||
---
|
||||
# Empty feedback
|
||||
Reference in New Issue
Block a user