Skip to content

porcoesphino/xtion-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Machine: OpenNi with Xtion PRO LIVE

Creates a VirtualBox Virtual Machine with Vagrant for Xtion PRO LIVE development.

What will be installed

  • Ubuntu 12.04 32-bit LTS
  • wget, curl, htop, vim, emacs, X
  • libusb-1.0-0-dev, freeglut3-dev, unzip
  • mono-complete, python, doxygen, graphviz

TODO

  • OpenNI
  • Nite
  • Sense
  • OpenCV with OpenNI support
  • PCL?
Make this a new base box
  • vagrant package --base <current-box-in-Vagrantfile>.box --output <new-boxname>.box
  • vagrant box add <name> <new-boxname>.box
  • vagrant box list

Usage

  • Download and install git
  • Download and install Vagrant 1.2.2
  • Download and install VirtualBox
  • Install the vagrant-vbguest plugin using vagrant plugin install vagrant-vbguest
    • This ensures the machines guest additions match
  • Install git submodules: git submodule update --init
  • Run the command vagrant up
  • On *unix to enter in the machine run the command vagrant ssh
    • On Windows it will output the configuration for using puTTy
    • Use vagrant ssh -- -Yt to use X

Overview

Note: Most of this is probably wrong

Tools to help debug

There is a nice post in Spanish that shows expected output for a Kinect. Just what we need!!

  • dmesg
  • lsusb
  • lsmod
  • rmmod

About

Creates a Virtual Machine with Vagrant and Puppet for Coursera Startup Engineering Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%