ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I don't think it should be too hard to fix those errors right? Most errors are probably things like

CV_RGB2GRAY

To

cv::COLOR_RGB2GRAY

cv_bridge isn't that big so I'd try to fix those errors (and perhaps do a pull request when you are done)