-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathpackage.xml
More file actions
47 lines (41 loc) · 2.05 KB
/
package.xml
File metadata and controls
47 lines (41 loc) · 2.05 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sound_play</name>
<version>0.3.12</version>
<description>
sound_play provides a ROS node that translates commands on a ROS topic (<tt>robotsound</tt>) into sounds. The node supports built-in sounds, playing OGG/WAV files, and doing speech synthesis via festival. C++ and Python bindings allow this node to be used without understanding the details of the message format, allowing faster development and resilience to message format changes.
</description>
<maintainer email="namniart@gmail.com">Austin Hendrix</maintainer>
<maintainer email="shingogo.5511@gmail.com">Shingo Kitagawa</maintainer>
<author>Blaise Gassend</author>
<license>BSD</license>
<url type="website">http://ros.org/wiki/sound_play</url>
<url type="repository">https://github.com/ros-drivers/audio_common</url>
<url type="bugtracker">https://github.com/ros-drivers/audio_common/issues</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<buildtool_depend>python3-setuptools</buildtool_depend>
<depend>sound_play_msgs</depend>
<build_depend>action_msgs</build_depend>
<build_depend>audio_common_msgs</build_depend>
<build_depend>boost</build_depend>
<build_depend>builtin_interfaces</build_depend>
<exec_depend>action_msgs</exec_depend>
<exec_depend>audio_common_msgs</exec_depend>
<exec_depend>builtin_interfaces</exec_depend>
<exec_depend>festival</exec_depend>
<exec_depend>launch_xml</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>gstreamer1.0</exec_depend>
<exec_depend>gstreamer1.0-alsa</exec_depend>
<exec_depend>gstreamer1.0-plugins-base</exec_depend>
<exec_depend>gstreamer1.0-plugins-ugly</exec_depend>
<exec_depend>gstreamer1.0-plugins-good</exec_depend>
<exec_depend>python3-gi</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>