ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

I followed this link and it worked form me on ROS Kinetic.

Cheers

Hi,

I followed this link and it worked form me on ROS Kinetic.

CheersHere are the steps from the above link:

  1. Open terminal and do an apt-cache search of libopenni and install both the -dev and 0 libraries.

sudo apt-get install libopenni0 libopenni-dev

  1. Clone openni_camera and openni_launch from Github into your catkin_ws/src and catkin_make in the workspace folder.

cd ~/catkin_ws/src git clone https://github.com/ros-drivers/openni_launch git clone https://github.com/ros-drivers/openni_camera cd .. catkin_make catkin_make install

  1. Connect the Kinect, and run the openni_launch file

roscore roslaunch openni_launch openni.launch