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

I've seen a couple of small ARM boards that don't come with the camera drivers pre-installed. You should check the kernel logs (dmesg) to make sure that the camera is detected and the driver is loaded properly.

The errors you've included about failing to install packages are incomplete. Please include the FULL error log or the output from running sudo apt-get install -f

I've seen a couple of small ARM boards that don't come with the camera drivers pre-installed. You should check the kernel logs (dmesg) to make sure that the camera is detected and the driver is loaded properly.

The errors you've included about failing to install packages are incomplete. Please include the FULL error log or the output from running sudo apt-get install -f

EDIT

It looks like you've put the system into a situation where it is expecting a version of python that isn't available. I find this a bit odd, because apt shouldn't let you put the system into this state. Did you try to install python-wstool using dpkg?

Which version of python do you have installed? (hint: run dpkg -l python)