Last active
August 29, 2015 14:27
-
-
Save tzutalin/175776fe02a9496a7778 to your computer and use it in GitHub Desktop.
ASUS Xtion on ROS
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
# 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