forked from felixduvallet/pocketsphinx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
22 lines (20 loc) · 798 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<package>
<name>pocketsphinx</name>
<version>0.4.0</version>
<description>
This package is a simple wrapper around the pocketsphinx speech recognizer,
using gstreamer and a Python-based interface.
</description>
<author>Michael Ferguson</author>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/pocketsphinx</url>
<buildtool_depend>catkin</buildtool_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>std_srvs</run_depend>
<run_depend>geometry_msgs</run_depend><!-- only needed for demos -->
<run_depend>gstreamer0.10-pocketsphinx</run_depend>
<run_depend>python-gst</run_depend>
<run_depend>audio_common_msgs</run_depend>
</package>