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

[dialogflow_task_executive] Change mux namespace for speech_to_text #221

Merged
merged 6 commits into from May 8, 2021

Conversation

708yamaguchi
Copy link
Member

I change mux service namespace for speech_to_text_mux.
If there are any nodes currently using this mux service, please let me know so I can change their namespace as well.

Before

$ rosnode info /speech_to_text_mux
--------------------------------------------------------------------------------
Node [/speech_to_text_mux]
~~中略~~
Services: 
 * /mux/add
 * /mux/delete
 * /mux/list
 * /mux/select
 * /speech_to_text_mux/get_loggers
 * /speech_to_text_mux/set_logger_level
 * /speech_to_text_select
~~中略~~

After

$ rosnode info /speech_to_text_mux
--------------------------------------------------------------------------------
Node [/speech_to_text_mux]
~~中略~~
Services: 
 * /speech_to_text_mux/add
 * /speech_to_text_mux/delete
 * /speech_to_text_mux/get_loggers
 * /speech_to_text_mux/list
 * /speech_to_text_mux/select
 * /speech_to_text_mux/set_logger_level
 * /speech_to_text_select
~~中略~~

@knorth55 knorth55 mentioned this pull request Oct 3, 2020
2 tasks
@708yamaguchi 708yamaguchi added the hacktoberfest-accepted https://hacktoberfest.digitalocean.com/hacktoberfest-update label Oct 6, 2020
@k-okada k-okada added the MergeOK label May 8, 2021
@k-okada k-okada merged commit 7f2630e into jsk-ros-pkg:master May 8, 2021
@708yamaguchi 708yamaguchi deleted the speech-to-text-mux branch November 24, 2021 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialogflow_task_executive hacktoberfest-accepted https://hacktoberfest.digitalocean.com/hacktoberfest-update MergeOK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants