-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to run the modules (Robot or PC) and how they communicate? #3
Comments
I suggest starting with the repo running everything on the computer, commanding the robot only to listen and to speak.
Examples
As you can see there are lots of combinations and I didn't cover all of them, but with minor adaptations can work. NOTE: In the notebook, the "robot part" is only the code that requires the robot, that's why it's called like that, but the modules can be run anywhere. |
Thank you so much for the clarification now I am much further with the process...but I still after running all the "robot part" code do get the error : I cannot get what goes wrong... does that say something to you? Thanks a lot for taking the time :) |
Did you run also the speech recognition on a separate shell with python2: |
Hey Igor, thank you for the interesting repo... I am trying to get it to work but I cannot figure out how the speech recognition (which is running fine on my pepper) communicates with the conversational engine on my computer?
In the notebook you provided all the code is supposed to be running on my laptop except from "robot part" right?
I woul be very glad for your help :)
Originally posted by @VasilisAvgoustakis in #2 (comment)
The text was updated successfully, but these errors were encountered: