building cv_bridge from source
In an attempt to use the OpenCV I've built from source, I've done following.
- Built OpenCV from source
- Built ros indigo desktop from source
Now I want to build packages that depends on OpenCV. What is the correct place to get the source for cv_bridge package.
And what is the command I should use? is that catkin_make --pkg cv_bridge
?
@japzi did you get this to work?