mirror of
https://github.com/6-robot/wpb_home.git
synced 2025-09-15 12:58:59 +08:00
17 lines
613 B
XML
17 lines
613 B
XML
<launch>
|
|
|
|
<node name="recognizer" pkg="pocketsphinx" type="recognizer.py">
|
|
<param name="lm" value="$(find wpb_home_tutorials)/sr/sr_keyword.lm"/>
|
|
<param name="dict" value="$(find wpb_home_tutorials)/sr/sr_keyword.dic"/>
|
|
</node>
|
|
|
|
<!-- Run wpb_home_speech_recognition -->
|
|
<node pkg="wpb_home_tutorials" type="wpb_home_speech_recognition" name="wpb_home_speech_recognition" output="screen"/>
|
|
|
|
<!-- Run wpb_home core -->
|
|
<node pkg="wpb_home_bringup" type="wpb_home_core" name="wpb_home_core" output="screen">
|
|
<param name="serial_port" type="string" value="/dev/ftdi"/>
|
|
</node>
|
|
|
|
</launch>
|