sound_play¶
Contents:
Summary¶
-
sound_play
¶ Version: 0.2.10
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.
Maintainers: - Austin Hendrix <namniart AT gmail DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/sound_play>
- repository<https://github.com/ros-drivers/audio_common>
- bugtracker<https://github.com/ros-drivers/audio_common/issues>
Authors: - Blaise Gassend
BuildDepends: roscpp
roslib
actionlib_msgs
actionlib
audio_common_msgs
diagnostic_msgs
libgstreamer0.10-dev
libgstreamer-plugins-base0.10-dev
message_generation
BuildtoolDepends: BuildExportDepends: roscpp
roslib
actionlib_msgs
audio_common_msgs
diagnostic_msgs
libgstreamer0.10-0
libgstreamer-plugins-base0.10-0
gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-good
rospy
festival
python-gst
message_runtime
ExecDepends: roscpp
roslib
actionlib_msgs
audio_common_msgs
diagnostic_msgs
libgstreamer0.10-0
libgstreamer-plugins-base0.10-0
gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-good
rospy
festival
python-gst
message_runtime
Exports: - <cpp cflags=”-I${prefix}/include -I${prefix}/msg/cpp”/>
Types¶
Action types¶
-
sound_play/SoundRequest
¶ Field (Goal): - sound_request (sound_play/SoundRequest) –
Field (Result): - playing (bool) –
- stamp (time) –
Field (Feedback): - playing (bool) –
- stamp (time) –
SoundRequest sound_request --- bool playing time stamp --- bool playing time stamp