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

openni-dev not found

asked 2016-03-26 00:30:35 -0500

xianke gravatar image

when I do this (catkin_make -DCMAKE_BUILD_TYPE="Release"),it displays that (-- checking for module 'openni-dev' -- package 'openni-dev' not found) and when Ilaunch the openni.launch files ,I get that No devices connected .how can I solved it?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-03-29 08:53:24 -0500

bleuscreen gravatar image

updated 2016-03-29 08:57:01 -0500

dear xianke

i applied this step and his function pefetly : 1/ install openNI in your systeme

             sudo apt-get install libopenni0 libopenni-dev

             sudo apt-get install ros-indigo-openni-camera

             sudo apt-get install ros-indigo-openni-launch

2/ download driver of kinect : avin2

            git clone https://github.com/avin2/SensorKinect

when you download go to the file where is placed and install

           cd SensorKinect/Bin

for extract the file

           tar xjf SensorKinect093-Bin-Linux-x64-v5.1.2.1.tar.bz2

           cd Sensor-Bin-Linux-x64-v5.1.2.1

          sudo ./install.sh

in this step all of packages is installed you can test with commands:

roscore

rosrun rviz rviz

roslaunch openni_launch openni.launch

in rviz config topic in:

Displays >> Fixed frams >> camera link pount cloud2 >> TOPIC >> /camera/...............

                                                                          good look
edit flag offensive delete link more

Comments

I do it as you said that,but it still give me the same question.

xianke gravatar image xianke  ( 2016-04-01 06:15:19 -0500 )edit

I linked the xtion with my computer usb2.0 ,and launched the openni.launch file,it can not find the device.

xianke gravatar image xianke  ( 2016-04-01 06:19:16 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-03-26 00:30:35 -0500

Seen: 2,713 times

Last updated: Mar 29 '16