-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
Hi, I would like to use sound_play in ros2 C++. The aim is that when an obstacle is detected (ros2 subscriber), provide an audio alert to the user.
I followed the this and got it to work by
ros2 run sound_play soundplay_node.py and ros2 run sound_play say.py "Hello". However when I do,
#include <sound_play.h>
class sound
{
sound_play::SoundClient sc_;
}
this starts complaining about ros1 headers.
Any fixes for this?
Metadata
Metadata
Assignees
Labels
No labels