Skip to content

Commit

Permalink
Remap topic to hero
Browse files Browse the repository at this point in the history
  • Loading branch information
P-ict0 committed Apr 30, 2024
1 parent fd4fd74 commit 82a1e9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion launch/interaction/speech_recognition.launch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
<!-- 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"/>
<node name="qr_code_decoder" pkg="hmi" type="qr_code_decoder" output="log">
<remap from="-image" to="/hero/head_rgbd_sensor/rgb/image_raw/compressed"/>
</node>

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

0 comments on commit 82a1e9e

Please sign in to comment.