Skip to content

Commit

Permalink
fix: Fix remapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ar13pit committed Apr 30, 2024
1 parent 20bee1d commit 3b74a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/interaction/speech_recognition.launch
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<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">
<remap from="image" to="$(arg qr_decoder_image_topic)"/>
<remap from="~image" to="$(arg qr_decoder_image_topic)"/>
</node>

<!-- If we are on the real robot, launch the server, otherwise a dummy -->
Expand Down

0 comments on commit 3b74a1c

Please sign in to comment.