-
Notifications
You must be signed in to change notification settings - Fork 154
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 has ros1 headers #235
Comments
I haven't implemented BTW, can you paste full error log? |
Hi, thanks for the reply. I have removed all the sound_play stuff from my program and hence dont have a full error log now. From memory, I can say that these lines were the main causes and wherever |
I think including |
I am actually migrating to ros2 from ros1. The sound_play.playWave() really worked for me in ros1. So was just trying to replicate the same in ros2. |
Thank you for this issue... I'm trying to compile sound_play in ros2 rolling but i got this error
I think because |
Hi, I would like to use
sound_play
inros2
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
andros2 run sound_play say.py "Hello"
. However when I do,this starts complaining about
ros1
headers.Any fixes for this?
The text was updated successfully, but these errors were encountered: