furushchev / respeaker_ros

A ROS Package for Respeaker Mic Array
Apache License 2.0
71 stars 60 forks source link

ImportError: No module named sound_play.msg #27

Open markusmat97 opened 2 years ago

markusmat97 commented 2 years ago

I launched the rspeaker node and i got import error The error is as follows: Traceback (most recent call last): File "speech_to_text.py", line 11, in from sound_play.msg import SoundRequest, SoundRequestAction, SoundRequestGoal ImportError: No module named sound_play.msg

How to solve this issue?

Thank you in advance