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

Mich K's profile - activity

2019-04-08 01:06:36 -0500 marked best answer Error using sound_play package

I am trying to learn something by using the ALICE code to let it able to speak. I follow the instruction given by the books "Learning robotic using python" in chapter 8. But I have problem on making it speak and also speech recognition.

To make it speak, I am using sound_play package in ROS. Due to the problem, I tested it with:

> roslaunch sound_play soundplay_node.launch

Then it come out with error as follow:

.. logging to /home/user/.ros/log/bd387f44-f6c5-11e7-ac01-b0359f36d413/roslaunch-user-HP-Laptop-4644.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://user-HP-Laptop:36451/

SUMMARY

PARAMETERS * /rosdistro: kinetic * /rosversion: 1.12.7

NODES / soundplay_node (sound_play/soundplay_node.py)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found process[soundplay_node-1]: started with pid [4662] Traceback (most recent call last): File "/home/user/catkin_ws/src/audio_common/sound_play/scripts/soundplay_node.py", line 48, in <module> from sound_play.msg import SoundRequest, SoundRequestAction, SoundRequestResult, SoundRequestFeedback ImportError: No module named sound_play.msg [soundplay_node-1] process has died [pid 4662, exit code 1, cmd /home/user/catkin_ws/src/audio_common/sound_play/scripts/soundplay_node.py __name:=soundplay_node __log:=/home/user/.ros/log/bd387f44-f6c5-11e7-ac01-b0359f36d413/soundplay_node-1.log]. log file: /home/user/.ros/log/bd387f44-f6c5-11e7-ac01-b0359f36d413/soundplay_node-1*.log all processes on machine have died, roslaunch will exit shutting down processing monitor... ... shutting down processing monitor complete done

I'm not sure why is this happen... Can anyone helps please? TT

2019-04-08 01:04:41 -0500 received badge  Famous Question (source)
2018-05-22 20:34:42 -0500 received badge  Notable Question (source)
2018-05-22 20:34:42 -0500 received badge  Popular Question (source)
2018-01-11 00:37:22 -0500 asked a question Error using sound_play package

Error using sound_play package I am trying to learn something by using the ALICE code to let it able to speak. I follow