Cannot create package with opencv2 dependency using ROS Groovy
I am starting the http://ros.org/wiki/image_transport/Tutorials (Image_Transport tutorials) and when I try to create a package with the stated dependencies I am getting the following error:
pedro@ubuntu:~/catkin_ws/src$ roscreate-pkg learning_image_transport image_transport opencv2 cv_bridge
ERROR: dependency [opencv2] cannot be found
How can I correct this error? I am using ROS Groovy running in Ubuntu 12.10. Any help is appreciated.