Skip to content

Commit

Permalink
Relative paths in launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyR committed May 15, 2014
1 parent c99ff0b commit 91b9709
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions cerevoice_tts/launch/tts.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<launch>
<param name="cerevoice_tts_node/startup_sentence" type="string" value="Text zu Sprache bereit." />
<rosparam param="voices" ns="cerevoice_tts_node" subst_value="true">
- path: $(env HOME)/cerevoice_sdk/voices/cerevoice_alex_3.0.6_22k.voice
license: $(env HOME)/cerevoice_sdk/voices/license.lic
abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
- path: $(env HOME)/cerevoice_sdk/voices/cerevoice_gudrun_3.0.6_22k.voice
license: $(env HOME)/cerevoice_sdk/voices/license.lic
abbrev: $(env HOME)/cerevoice_sdk/example_data/abbrev_german.txt
- path: $(env HOME)/cerevoice_sdk/voices/cerevoice_heather_3.0.8_22k.voice
license: $(env HOME)/cerevoice_sdk/voices/cereproc_license.lic
lexicon: $(env HOME)/cerevoice_sdk/example_data/additional.lex
- path: ../cerevoice_sdk/voices/cerevoice_alex_3.0.6_22k.voice
license: ../cerevoice_sdk/voices/license.lic
abbrev: ../cerevoice_sdk/example_data/abbrev_german.txt
- path: ../cerevoice_sdk/voices/cerevoice_gudrun_3.0.6_22k.voice
license: ../cerevoice_sdk/voices/license.lic
abbrev: ../cerevoice_sdk/example_data/abbrev_german.txt
- path: ../cerevoice_sdk/voices/cerevoice_heather_3.0.8_22k.voice
license: ../cerevoice_sdk/voices/cereproc_license.lic
lexicon: ../cerevoice_sdk/example_data/additional.lex
</rosparam>
<node name="cerevoice_tts_node" pkg="cerevoice_tts" type="cerevoice_tts_node" respawn="false" output="screen" />
</launch>

0 comments on commit 91b9709

Please sign in to comment.