iRobotEducation/create3_docs

Make `cmd_audio` subscription to be "reliable"

Closed this issue · 0 comments

The Create 3 robot has a subscriber to the topic cmd_audio which currently has a best-effort qos.
Users often publish to this topic a single message (e.g. using --once) and this message may be lost resulting in the audio not being played.

See #119 and #355