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

Install Kinect 360 on ROS Kinetic (ubuntu 16.04)

asked 2017-04-17 07:46:46 -0500

Daniel Romanov gravatar image

Hello. I tried to install Kinect 360 drivers on ROS Kinetic, but just many tutorials wrote on ROS Indigo (ubuntu 14.04) Have you experemented with Kinect 360 on ROS Kinetic? What tutorials did you use to install drivers? or I need to use ROS Indigo, because more packages from Indigo didn't transfer to Kinetic, is it?

edit retag flag offensive close merge delete

Comments

I am also searching for the same problem. If you get any solution..share with me at farzan.majeed4@gmail.com

fmnoori gravatar image fmnoori  ( 2017-07-12 06:46:53 -0500 )edit

Are there any updates on this? I am trying to do the same but I am unable to figure out how to do this exactly.

mayankm96 gravatar image mayankm96  ( 2017-08-21 23:47:09 -0500 )edit
2

I followed the instruction given in the Kinect wiki post. I'm using ROS Kinetic (Ubuntu 16.04). Even if the post is for ROS Indigo, that worked fine for me.

IreshaPerera gravatar image IreshaPerera  ( 2017-09-06 09:15:31 -0500 )edit

This post also helpful for me.

IreshaPerera gravatar image IreshaPerera  ( 2017-09-06 09:22:40 -0500 )edit

Thanks to @IreshaPerera for pointers! Did you ever find a definitive 1-page guide to installing the Kinect 360 drivers on ROS Kinetic (Ubuntu 16.04). A stumbling block for me was installing OpenNI w/o openjdk-7 (I know there are ways to get it in 16.04 but they're all kind of hacky)...

josephcoombe gravatar image josephcoombe  ( 2018-04-26 16:11:30 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-10-22 07:40:53 -0500

ALI gravatar image

updated 2019-10-22 07:43:34 -0500

Hi,

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

Here 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... git clone https://github.com/ros-drivers/openni... cd .. catkin_make catkin_make install

  1. Connect the Kinect, and run the openni_launch file

roscore roslaunch openni_launch openni.launch

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-04-17 07:46:46 -0500

Seen: 6,718 times

Last updated: Oct 22 '19