Difference between revisions of "ROS Kinect"

From wikidb
Jump to: navigation, search
(Install and Setup Freenect)
(Install and Setup Freenect)
Line 1: Line 1:
== Install and Setup Freenect ==
+
== Install and Setup freenect ==
  
 
* http://wiki.ros.org/kinect
 
* http://wiki.ros.org/kinect
Line 7: Line 7:
 
    
 
    
 
   echo 'blacklist gspca_kinect' | sudo tee -a /etc/modprobe.d/blacklist.conf
 
   echo 'blacklist gspca_kinect' | sudo tee -a /etc/modprobe.d/blacklist.conf
 +
 +
== Install and Setup openni ==
 +
 +
  sudo apt-get install ros-fuerte-openni-camera ros-fuerte-openni-launch

Revision as of 16:12, 17 February 2014

Install and Setup freenect

 sudo apt-get install ros-hydro-freenect-stack
 
 echo 'blacklist gspca_kinect' | sudo tee -a /etc/modprobe.d/blacklist.conf

Install and Setup openni

 sudo apt-get install ros-fuerte-openni-camera ros-fuerte-openni-launch