Skip to content
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

[question] Where to write dynamic reconfigure for speech recognition? #69

Closed
kochigami opened this issue May 24, 2016 · 2 comments
Closed

Comments

@kochigami
Copy link
Contributor

Hi,
I'd like to include speech recognition handler in naoqi_driver.
reason:
nao_apps/speech.launch has speech recognition service.
However, if I launch this with naoqi_driver, two /speech topics from nao_apps and naoqi_driver react. Pepper speaks twice.

I wrote two services /start_speech_recognition, /stop_speech_recognition, but I couldn't know where to write dynamic reconfigure server to set parameters before calling /start_speech_recognition.
Could anyone give me advice?

After I learn the right place to write dynamic reconfigure server, I'll continue my work by following this tutorial:
http://wiki.ros.org/dynamic_reconfigure/Tutorials/SettingUpDynamicReconfigureForANode%28cpp%29

What I did is below:
master...kochigami:add-speech-recognition

@k-okada
Copy link
Member

k-okada commented Jun 6, 2016

created pr at #70,

◉ Kei Okada

On Tue, May 24, 2016 at 6:41 PM, Kanae Kochigami [email protected]
wrote:

Hi,
I'd like to include speech recognition handler in naoqi_driver.
reason:
nao_apps/speech.launch has speech recognition service.
However, if I launch this with naoqi_driver, two /speech topics from
nao_apps and naoqi_driver react. Pepper speaks twice.

I wrote two services /start_speech_recognition, /stop_speech_recognition,
but I couldn't know where to write dynamic reconfigure server to set
parameters before calling /start_speech_recognition.
Could anyone give me advice?

After I learn the right place to write dynamic reconfigure server, I'll
continue my work by following this tutorial:

http://wiki.ros.org/dynamic_reconfigure/Tutorials/SettingUpDynamicReconfigureForANode%28cpp%29

What I did is below:
master...kochigami:add-speech-recognition
master...kochigami:add-speech-recognition


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#69

@kochigami
Copy link
Contributor Author

Thank you very much for your help.
I forgot to see the discussion in #41, and raised this issue. Sorry for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants