Playing sound: publishing on cmd_audio topic does not work as described in the docs #119
Unanswered
ilarioazzollini
asked this question in
Questions
Replies: 1 comment 2 replies
-
Doing pub —once from the command line can be flaky in terms of the message getting through. Try removing the once to have it publish multiple times and it should work. I would expect a publication with a reliable qos in an application to be more robust about getting through to the subscription |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Following the documentation, I tried to play sound through the speakers as described here:
https://iroboteducation.github.io/create3_docs/api/ui/#playing-sound-through-the-speakers
It looks like the example related to publishing a corresponding message on the cmd_audio topic does not work (nothing happens). While, the example using the audio_note_sequence action server works just fine.
Beta Was this translation helpful? Give feedback.
All reactions