Openni in ROS ARM repository
Hi everyone,
I'm trying to install ROS on Odrouid-U2 board. I used installation instructions from ros.org/wiki/groovy/Installation/UbuntuARM
I was able to install core system, but some packages as openni_camera are marked as failed to build. There are also no libopenni and libopenni-sensor-primesense packages, which are provided in the ros repository for x86 architectures.
I was able to compile OpenNI and openni_camera from sources with minor modifications, so now I would like to look into why deb building process fails, but I don't know where to start.
Where I can find source code that is used for building these packages? Is there any documentation about how is the packaging process organized?