forked from 4am-robotics/cob_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
35 lines (27 loc) · 1.06 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<package format="2">
<name>cob_sound</name>
<version>0.7.15</version>
<description>This package implements a sound play module using text2wave and aplay through python.</description>
<license>Apache 2.0</license>
<url type="website">http://ros.org/wiki/cob_sound</url>
<!-- <url type="bugtracker"></url> -->
<maintainer email="felixmessmer@gmail.com">Felix Messmer</maintainer>
<maintainer email="benjamin.maidel@mojin-robotics.de">Benjamin Maidel</maintainer>
<author>Florian Weisshardt</author>
<author>Benjamin Maidel</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>cob_srvs</depend>
<depend>diagnostic_msgs</depend>
<depend>libvlc-dev</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>visualization_msgs</depend>
<depend>vlc</depend>
<exec_depend>alsa-oss</exec_depend>
<exec_depend>rospy</exec_depend>
</package>