Skip to content

Commit

Permalink
add nav_speak.py in pr2_2dnav.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 authored and JSK PR2 Users committed Dec 24, 2020
1 parent 0f3e533 commit 8413566
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,12 @@
args="$(find jsk_pr2_startup)/jsk_pr2_move_base/look-forward-in-nav.l"
machine="c2" respawn="true"
if="$(arg launch_look_forward)"/>

<node pkg="jsk_fetch_startup" name="nav_speak" type="nav_speak.py" respawn="true" >
<rosparam>
lang: japanese
</rosparam>
</node>

</group>
</launch>

0 comments on commit 8413566

Please sign in to comment.