Skip to content

Instantly share code, notes, and snippets.

@johnboiles
Created January 12, 2011 19:50
Show Gist options
  • Select an option

  • Save johnboiles/776759 to your computer and use it in GitHub Desktop.

Select an option

Save johnboiles/776759 to your computer and use it in GitHub Desktop.
Getting OpenNI working on OSX
# 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