Created
January 12, 2011 19:50
-
-
Save johnboiles/776759 to your computer and use it in GitHub Desktop.
Getting OpenNI working on OSX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get OpenNI | |
| git clone git://github.com/OpenNI/OpenNI.git | |
| # Switch to unstable branch (only unstable supports osx atm) | |
| git checkout unstable | |
| # Follow the installation instructions in the Readme (they're pretty good) | |
| # Get the forked version of the PrimeSense/Sensor module working (the official didn't seem to work) | |
| git clone git://github.com/ros-pkg-git/Sensor.git | |
| # Follow the installation instructions in the Readme (they're also pretty good) | |
| # Get the PrimeSense NITE binaries here: | |
| http://www.openni.org/component/search/?searchword=nite&ordering=&searchphrase=all | |
| # Install Nite by executing the install script | |
| sudo ./install.sh | |
| # Use License code for NITE | |
| 0KOIk2JeIBYClPWVnMoRKn5cdY4= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment