Skip to content

Commit 077180e

Browse files
authored
Create Asus Xtion ROS Driver.sh
1 parent bb661a7 commit 077180e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

ROS/Asus Xtion ROS Driver.sh

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)