Skip to content
Snippets Groups Projects
Commit eaf385cf authored by Kristof Robot's avatar Kristof Robot
Browse files

sound-play: initial commit

parent 9da17bbc
No related branches found
No related tags found
No related merge requests found
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."
SECTION = "devel"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=a3ae2ba3f0f44e61270955e8cd98afcf"
DEPENDS += "roscpp roslib audio-common-msgs diagnostic-msgs"
require audio-common.inc
RRECOMMENDS_${PN} += "roscpp roslib audio-common-msgs diagnostic-msgs gst-plugins-base gst-plugins-ugly gst-plugins-good rospy festival python-gst gst-meta-audio"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment