Closed JeroenDM closed 6 years ago
I also have the same issue (also for logInform). For now I replaced logError with ROS_ERROR and logInform with ROS_INFO and then it compiles.
I noticed they have changed logError to CONSOLE_BRIDGE_logError in the console_bridge package.
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.