Skip to content

Instantly share code, notes, and snippets.

@tzutalin
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tzutalin/175776fe02a9496a7778 to your computer and use it in GitHub Desktop.
Save tzutalin/175776fe02a9496a7778 to your computer and use it in GitHub Desktop.
ASUS Xtion on ROS
# If using usb 3.0 or above, should turn it down in BIOS(Advance->USB->xhci) disable xhci
#Install dependencies:
sudo apt-get install ros-indigo-rgbd-launch ros-indigo-openni2-camera ros-indigo-openni2-launch
# Install package rqt and useful plugins:
sudo apt-get install ros-indigo-rqt ros-indigo-rqt-common-plugins ros-indigo-rqt-robot-plugins
# Open Terminal 1
roscore
# Open Terminal 2
roslaunch openni2_launch openni2.launch
# Open Terminal 3
# In the “rqt” window select “Plugins” -> “Visualization” -> “Image View“
rqt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment