Skip to content

Commit

Permalink
copy tmc_talk_hoya_py launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 9, 2019
1 parent a778291 commit 4e99a64
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hsrb_bringup/launch/hsrb_monitor.launch
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</group>

<!-- voice text -->
<include file="$(find tmc_talk_hoya_py)/launch/talk_hoya_py.launch"
<include file="$(find hero_bringup)/tmc_talk_hoya_py/launch/talk_hoya_py.launch"
if="$(arg use_talk_hoya)">
<arg name="respawn" value="true"/>
</include>
Expand Down
14 changes: 14 additions & 0 deletions tmc_talk_hoya_py/launch/talk_hoya_py.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<launch>
<arg name="respawn" default="false"/>
<node pkg="tmc_talk_hoya_py" name="text_to_speech" type="text_to_speech"
respawn="$(arg respawn)">
<param name="root_path" type="string" value="/opt/tmc" />
<param name="pitch" type="int" value="-1" />
<param name="speed" type="int" value="90" />
<param name="volume" type="int" value="-1" />
<param name="pause" type="int" value="-1" />
<rosparam param="jpn_voice">["haruka"]</rosparam>
<rosparam param="eng_voice">["julie", "bridget"]</rosparam>
</node>
</launch>

0 comments on commit 4e99a64

Please sign in to comment.