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

wairr92's profile - activity

2015-11-13 15:03:00 -0500 received badge  Famous Question (source)
2015-10-14 04:31:44 -0500 received badge  Enthusiast
2015-10-06 14:55:43 -0500 received badge  Notable Question (source)
2015-10-02 03:39:54 -0500 received badge  Popular Question (source)
2015-10-01 05:58:21 -0500 asked a question Kinect in ROS

I was tracking a person using Kinect for Windows in ROS.

rosrun openni_tracker opennI_tracker

It worked well, until I tried install openni_launch by this command:

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

Now when I run

rosrun openni_tracker opennI_tracker

I get this error:

InitFromXml failed: Can't create any node of the requested type!

Things which I tried:

1.) sudo apt-get purge ros-indigo-openni-launch

2.) reinstall NITE version 1.5.2.23

3.) reinstall all kinect drivers

but nothing works.