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 think the provided prosilica binaries only work on armel (soft-float), and all of the modern versions of ROS for ARM are armhf (hard-float).

You're likely getting a file not found error because the executables are in the wrong format for your processor, and the kernel can't find an interpreter capable of running them (hence the file not found is more like interpreter not found).

I'm not aware of any drivers which support the AVT cameras on armhf; if you can find an armhf version of the newer VIMBRA libraries, you may be able to adapt the avt_vimbra_camera package to work on armhf.