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

Add qr_code_decoder to launchfile #80

Merged
merged 8 commits into from
May 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions launch/interaction/speech_recognition.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<!-- QR-code / amigo-hear -->
<node name="string_topic_answerer" pkg="hmi" type="string_topic_answerer" output="log"/>

<node name="qr_code_decoder" pkg="hmi" type="qr_code_decoder" output="log"/>

<!-- If we are on the real robot, launch the server, otherwise a dummy -->
<group if="$(optenv ROBOT_REAL false)">
<!-- bridge to windows -->
Expand Down