Difference between revisions of "ROS Kinect"

From wikidb
Jump to: navigation, search
(Install and Setup openni)
(Install and Setup freenect)
Line 1: Line 1:
 +
== Install and Setup freenect indigo ==
 +
 +
  apt-cache search ros | grep freenect
 +
  sudo apt-get install ros-indigo-freenect-stack
 +
  sudo apt-get install ros-indigo-freenect-launch
 +
 +
To run in 4 terminals
 +
  roscore
 +
 
 +
  cd /opt/ros/indigo/share/freenect_launch/launch
 +
  roslaunch freenect.launch
 +
 
 +
  rosrun image_view image_view image:=camera/rgb/image_color
 +
 
 +
  rosrun image_view disparity_view image:=/camera/depth_registered/disparity
 +
 +
I saw the image but no depth map
 +
 +
 +
 
== Install and Setup freenect ==
 
== Install and Setup freenect ==
  

Revision as of 17:01, 27 November 2014

Install and Setup freenect indigo

 apt-cache search ros | grep freenect
 sudo apt-get install ros-indigo-freenect-stack
 sudo apt-get install ros-indigo-freenect-launch

To run in 4 terminals

 roscore
 
 cd /opt/ros/indigo/share/freenect_launch/launch
 roslaunch freenect.launch
 
 rosrun image_view image_view image:=camera/rgb/image_color
 
 rosrun image_view disparity_view image:=/camera/depth_registered/disparity

I saw the image but no depth map


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-hydro-openni-camera ros-hydro-openni-launch