-
Notifications
You must be signed in to change notification settings - Fork 101
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
Quesiton: Code fail to compile in ROS Melodic #54
Comments
This is related to ros/console_bridge#18; the So the patch that @caguero is talking about will fix compiler warnings on (xenial/kinetic), fix compilation on (bionic/melodic), and break compilation on (trusty/indigo).
If you want to keep supporting trusty/indigo, you might want to consider making a new branch. |
Faced the same Error, and fixed it as @caguero said. BTW is there any easy way to it instead of adding prefix in the code? |
This has been fixed. |
Question: I failed to compile the code in
master
in an Ubuntu Bionic distribution with ROS Melodic because all calls tologWarn
,logDebug
failed. Here's an example:I have a patch that fixes the issue (essentially adding the
CONSOLE_BRIDGE_
prefix to all of them. Do you have any plans for supporting ROS Melodic? Should I just submit a pull request againstmaster
? Are you considering a separate release branch for Melodic maybe?The text was updated successfully, but these errors were encountered: