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

Revision history [back]

I guess you should have done more like:

  • create the workspace folder
  • create src folder inside workspace
  • clone into src folder
  • execute catkin_make in workspace folder

and before the last one you could install the needed dependencies as seen here: http://answers.ros.org/question/75241/install-ros-dependencies-from-apt/

Btw you should also be able to install it by package manager I guess it should be just sudo apt-get install ros-indigo-libuvc-camera

Regards,

Christian