-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKinect drivers
34 lines (18 loc) · 1.08 KB
/
Kinect drivers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Instructions for Installing Kinect drivers:
1.) After successful installation of ROS groovy do the following steps:
sudo apt-get install ros-groovy-openni-*
To check if the drivers were Installed properly:
Option A: Inside ROS I.e using ROS
Connect the Kinect to the USB port and launch the following commands in the terminal
roslaunch openni_launch openni.launch
rosrun rviz rviz
Once Rviz is running (the visualization tool of ROS)
– The default Rviz file will start automatically and you'll be able to see the Point clouds.
Note:
The default configuration file(its has .rviz extension) is already stored in the Sony Vaio i7 laptopp given to me.
– If in case the file doesn't startup, do the following things:
Under Global Option, Fixed Frame should be at /camera_rgb_frame topic
Select the Add button and add the PointCloud2 option. This PointCloud2 option should have /camera/depth_registered/points as its topic. Also change the Color Transformation to RGB8 to see the colored point clouds.
Option B: Outside ROS I.e not using ROS
sudo apt-get install freenect
freenect-glview