-
Notifications
You must be signed in to change notification settings - Fork 65
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
Errors when including rospack/rospack.h #37
Comments
For reference I believe it's this line: https://github.com/ros/rospack/blob/indigo-devel/include/rospack/rospack.h#L521 This sounds like a symbol collision. Do you have the problem if you include rospack.h alone or first? |
Could you please provide more information? E.g. a simple main.cpp file which exhibits the problem. |
Sure, see below. The strange thing is, there seems to be a conflict with rosbag. Including rospack after a header from rosbag leads to the reported error. Including it before works fine.
|
This is sadly nothing I have filled a ticket against ros/console_bridge#18. I will mark this as closed since we can't just change the |
I wanted to use the
Rospack
class from rospack, but once I included the header, I got the following error:The text was updated successfully, but these errors were encountered: