-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2 Branch: SoundClient blocking mode does not work #241
Comments
could you check if the client topic stops at this line?
|
Hi @knorth55! I checked out, and I can confirm that the client stops at the line you highlighted. Moreover when I use the non blocking mode I get this kind of error
but I can actually listen to the audio file. |
so you mean that this issues is solved? |
No, the issue is not solved.
when I use SoundClient in my node, it never completes the command
and thus my node waits the reply forever. |
Hello Everyone!
I'm using the ros2 branch. I tried to execute the simple node in
scripts/play.py
and I noticed that the blocking mode is not working actually: the program ends before the sound file is completely played.Has anyone had the same issue?
Thanks
The text was updated successfully, but these errors were encountered: