[Groovy Beta 1] Having trouble installing console_bridge required by vision_opencv
I have installed groovy beta following these instructions on OSX and all of the core ROS stuff is working.
I am having a difficult time getting the higher level packages I need built (vision_opencv and navigation). I get stuck on console_bridge (https://github.com/ros/console_bridge) which is required for class_loader and pluginlib.
Console_bridge doesn't seem to be a package … not sure what to do with it. Should I try to make a homebrew formula for it and install it as a system dependency? If yes, then I will need to figure out how to write a cmake or package config file for it ... haven't done that before.