-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.xml
More file actions
24 lines (23 loc) · 848 Bytes
/
package.xml
File metadata and controls
24 lines (23 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package format="3">
<name>respeaker_ros</name>
<version>0.0.0</version>
<description>The respeaker_ros package</description>
<maintainer email="furushchev@jsk.imi.i.u-tokyo.ac.jp">Yuki Furuta</maintainer>
<license>Apache</license>
<author email="furushchev@jsk.imi.i.u-tokyo.ac.jp">Yuki Furuta</author>
<buildtool_depend>catkin</buildtool_depend>
<depend condition="$ROS_PYTHON_VERSION == 3">catkin_virtualenv</depend>
<depend>angles</depend>
<depend>audio_common_msgs</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>portaudio19-dev</depend>
<depend>python-pyaudio</depend>
<depend>speech_recognition_msgs</depend>
<depend>std_msgs</depend>
<depend>tf</depend>
<export>
<pip_requirements>requirements.txt</pip_requirements>
</export>
</package>