ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You need to install OpenNI and PrimeSense sensor module from source. That's what I did.
Get the source codes
$ git clone https://github.com/OpenNI/OpenNI.git
$ git clone https://github.com/PrimeSense/Sensor.git
Compile them in order (follow their README instructions of each package to satisfy requirements/dependencies)