You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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:
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 fromnao_apps
andnaoqi_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
The text was updated successfully, but these errors were encountered: