This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tutorials:launch_kinect [2011/02/17 21:24] – created pangerci | tutorials:launch_kinect [2011/03/15 11:07] (current) – pangerci | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | In order to start up Kinect on PR2 robot please follow the following step(s): | ||
| + | ====== Using NI Stack (www.ros.org/ | ||
| + | [[http:// | ||
| + | |||
| + | ====== Using openni_kinect Stack (http:// | ||
| + | ===== CTurtle ===== | ||
| + | Install stack' | ||
| + | |||
| + | sudo apt-get install nite-dev openni-dev ps-engine | ||
| + | |||
| + | Install stack from sources: | ||
| + | hg clone https:// | ||
| + | rosmake openni_kinect --rosdep-install | ||
| + | |||
| + | Comment the following line in the openni_camera/ | ||
| + | <!-- <include file=" | ||
| + | |||
| + | Start up Kinect: | ||
| + | roslaunch openni_kinect openni_node.launch | ||
| + | |||
| + | ===== DTurtle ===== | ||
| + | TODO! | ||