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

One way that works for me consists in:

  1. Copying the ROS OpenCV package somewhere. You may renamed this new package to something like opencv232.
  2. Changing the Makefile so it downloads the last svn version.
  3. Then rosmake -i (remove ROS_NOBUILD fisrt).

For cv_bridge:

  1. Copy cv_bridge
  2. Rename (opcional)
  3. Change manifest dependency to opencv232
  4. rosmake -i

Maybe not so clean, but it works.