We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy policy, unless you choose to disable them altogether through your browser.
0 Votes
8 Comments
saidbicer posted about 1 year
Thank you for your answer. See you soon, bye
0 Votes
Clement Portales posted about 1 year Admin
Yes I understand, Softbank has undergone a restructuration lately and their support has been overwhelmed since.
If you have bought the robots from Softbank, they will be the only ones able to activate the remote speech recognition service for you.
You can contact them through the ticket platform : https://account.aldebaran.com/support/
If you don't get an answer in the next days, I'll try to see what I can do to help you.
0 Votes
saidbicer posted about 1 year
Thank you for the answer.
Yes, I am working with a real robot.
I didn't know that an option called remote speech recognition needed to be enabled. This is definitely my problem.
I searched the internet for the phrase "remote speech recognition".
The problem here is the same as mine.
https://stackoverflow.com/questions/56972445/add-cloud-speech-recognition-to-pepper-qisdk
Those who contacted Softbank could not get any results.
Here are the marks I got in the blue area:
In wildcards = "<>"
In remote chatbot recognition = "?"
I hesitate to email Softbank. I have a new robot, I emailed it to be added to the command center. It's been a week and they still haven't responded.
0 Votes
Clement Portales posted about 1 year Admin
I believe you are trying it live on your Pepper. Can you describe or maybe take a picture of the blue speech bar when you are talking to pepper ?
A custom chatbot requires an available remote speech recognition : if the speech bar always returns "?" or "<>", it might be that your remote speech recognition is not active, which you should request to Softbank.
0 Votes
saidbicer posted about 1 year
The code I sent is the same example as the one in the link you gave. Java version.
The incoming text in the expression is compared with the string. But the problem is that phrase.getText() always returns null.
I want to send the text that will come here to a web service and return a response via the smart assistant.
But I can't see the sentence heard by the robot as text.
The dialog created as a .top file is fine. I want to capture the dialogs that I did not write in the .top file on the code side.
0 Votes
Clement Portales posted about 1 year Admin
Actually this
Log.e("text", phrase.getText());
isn't in the example from https://developer.softbankrobotics.com/pepper-qisdk/api/conversation/reference/basechatbot.
What are you trying to achieve with this line ?
0 Votes
saidbicer posted about 1 year
Hello, Thank you for your help.
Naoqi version : 2.9.5
Pepper 1.8a
This line never gets any text.
0 Votes
Clement Portales posted about 1 year Admin
Hello saidbicer,
I can have a look into your issues. Can you indicate to me :
- the Hardware and Software version of the Pepper you are using ?
- do you have a nao-diagnosis available ?
- do you have the logs of whenever the issue is happening ?
- If possible, can you share your code so we can look into it ?
0 Votes
Login or Sign up to post a comment