ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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)