ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Akkhapat's profile - activity

2016-09-25 06:37:14 -0500 received badge  Famous Question (source)
2016-04-22 08:59:19 -0500 received badge  Notable Question (source)
2016-03-03 03:20:44 -0500 received badge  Popular Question (source)
2016-02-24 09:42:26 -0500 asked a question Sound_play not working

How to solve this problem (ROS Indigo)


$ rosrun sound_play say.py "hello world"

Saying: hello world Voice:

Saying: hello world

Voice: voice_kal_diphone Traceback (most recent call last):

File "/opt/ros/indigo/lib/sound_play/say.py", line 79, in module

print 'Volume: %s' % volume

NameError: name 'volume' is not defined

2016-02-24 09:42:25 -0500 asked a question sound_play not working

How to solve this problem My ROS version is Indigo $rosrun sound_play say.py ''hello world'' Saying: hello world Voice: voice_kal_diphone Traceback (most recent call last): File "/opt/ros/indigo/lib/sound_play/say.py", line 79, in <module> print 'Volume: %s' % volume NameError: name 'volume' is not defined

2016-02-24 09:42:25 -0500 asked a question Sound_play not working

My ros version is Indigo, I have a problem with this command when i try to use Text to speech from sound_play $rosrun sound_play say.py 'hello world' Saying: hello world Voice: voice_kal_diphone Traceback (most recent call last): File "/opt/ros/indigo/lib/sound_play/say.py", line 79, in <module> print 'Volume: %s' % volume NameError: name 'volume' is not defined