Robotics StackExchange | Archived questions

NAO Voice Reognition

Hi, I am looking into making our NAO robot understand voice recognition commands. Using choreograph, this works, but we want to receive the commands inside our python node, so we can integrate it with the code we currently have.

Using "rostopic echo word_recognized" doesn't do anything while choreograph returns word.

I have also tried to start the voice recognition from the command line with "rosservice call start_recognition" but all i get is an error "empty vocabulary". And i dont know how to add the vocabulary.

Also any other suggestions, using just the microphone, and a separate voice recognition software would work.

I hope someone can help me, thx in advance

Asked by phil333 on 2014-12-03 11:34:22 UTC

Comments

hi there, I am facing the exact same problem. Is there any advice?

Asked by kwseow on 2017-12-28 09:07:24 UTC

its been a while since i worked on that. I think we ended up using pocketsphinx, but the recognition was still not great.

Asked by phil333 on 2017-12-28 10:53:21 UTC

Answers