We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb661a7 commit 077180eCopy full SHA for 077180e
ROS/Asus Xtion ROS Driver.sh
@@ -0,0 +1,18 @@
1
+#!/bin/bash
2
+# If using usb 3.0 or above, should turn it down in BIOS(Advance->USB->xhci) disable xhci
3
+
4
+# Install dependencies:
5
+sudo apt-get install ros-kinetic-rgbd-launch ros-kinetic-openni2-camera ros-kinetic-openni2-launch
6
7
+# Install package rqt and useful plugins:
8
+sudo apt-get install ros-kinetic-rqt ros-kinetic-rqt-common-plugins ros-kinetic-rqt-robot-plugins
9
10
+# Open Terminal 1
11
+roscore
12
13
+# Open Terminal 2
14
+roslaunch openni2_launch openni2.launch
15
16
+# Open Terminal 3
17
+# In the “rqt” window select “Plugins” -> “Visualization” -> “Image View“
18
+rqt
0 commit comments