sound_play has no sound and no errors
I an using ROS kinetic on a raspberry pi 3 model B with RASPBIAN JESSIE LITE distro installed. I used this http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Kinetic%20on%20the%20Raspberry%20Pi tutorial to install ROS I ran the roscore and rosrun soundplay soundplaynode.py then I ran rosrun soundplay say.py "Hello" also tried rosrun soundplay play.py /usr/share/sounds/alsa/Noise.wav and rosrun sound_play playbuiltin.py 2
I get no sound output
this however will play sound aplay /usr/share/sounds/alsa/Noise.wav
Any idea or ways to troubleshoot sound_play?
Thank you
Asked by kingpinzs on 2017-06-02 12:17:21 UTC
Answers
I have had similar issue https://github.com/ros-drivers/audio_common/issues/142
Workaround: sudo apt install libgstreamer1.0-0 gstreamer1.0-pulseaudio gstreamer1.0-libav gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad
Asked by 5tan on 2020-06-08 05:55:15 UTC
Comments
did u solved it? how?
Asked by dinesh on 2020-04-22 04:54:55 UTC