ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You probably need to install image_geometry package:

sudo apt-get install ros-indigo-image-geometry

(replace indigo with the ros version you're using).

Concerning the fact that catkin_make still fails after deleting your package, try removing workspace/devel and workspace/build if you want to build from a clean environment.

Hope this helps.