-
Notifications
You must be signed in to change notification settings - Fork 91
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
kinetic-devel branch build error due to "logError" function #226
Comments
I also have the same issue (also for logInform). |
Ouch, this hit us as well. I think the right way to proceed is to change all the calls to include new prefix. +1 to a PR (unless @Jmeyer1292 thinks otherwise) |
I'm cool with that. I've been on travel for a bit and I won't be back till tonight. |
Apparently, I'm to slow, I just woke up this morning and the issue was fixed :) Thank you! |
I tried to build descartes on a clean installation of ROS kinetic and got the error:
I noticed they have changed
logError
toCONSOLE_BRIDGE_logError
in the console_bridge package.If this has to be fixed, I will do so and create a pull request.
Or should the function
ROS_ERROR
be used instead?Or am I doing something wrong?
The complete error message can be found here.
The text was updated successfully, but these errors were encountered: