Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 309 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 309 Bytes

A convenience wrapper that handles the include and link for opencv automatically for catkin packages.

Make sure that the ROS catkin package "opencv2" is somewhere in your workspace, then add

<build_depend>opencv2_catkin</build_depend>

to your package. OpenCV will be automatically found and linked.