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

This error is likely to happen if the lib you are trying to use is shipped with pre-built binaries. Remember that binaries built on a PC cannot run on the RPi, which has an ARM processor with a different instruction set. If that is the case, it has nothing to do with the fact that you are running debian instead of ubuntu.

If you can find the entire source code for this lib, then you should be able to compile every last bit of it on the RPi (or on a qemu chroot), and install it normally. Otherwise, you are stuck with using a PC for any node using this lib, or not using the lib at all.