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

Using ROS with Kinect (Failed to set USB interface)

asked 2013-02-14 02:54:18 -0500

jys gravatar image

Trying to use ROS with Kinect.

http://www.ros.org/wiki/openni_launch/Tutorials/QuickStart

This tutorial says it is as easy as plug in Kinect to USB and launch

roslaunch openni_launch openni.launch

But I get

process[camera_base_link3-21]: started with pid [32556]
terminate called after throwing an instance of 'openni_wrapper::OpenNIException'
  what():  unsigned int openni_wrapper::OpenNIDriver::updateDeviceList() @ /tmp/buildd/ros-fuerte-openni-camera-1.8.6/debian/ros-fuerte-openni-camera/opt/ros/fuerte/stacks/openni_camera/src/openni_driver.cpp @ 125 : enumerating image nodes failed. Reason: One or more of the following nodes could not be enumerated:

Image: PrimeSense/SensorV2/5.1.0.41: Failed to set USB interface!

[camera_nodelet_manager-1] process has died [pid 31934, exit code -6, cmd /opt/ros/fuerte/stacks/nodelet_core/nodelet/bin/nodelet manager __name:=camera_nodelet_manager __log:=...

What am I missing or doing wrong?

lsusb shows

Bus 002 Device 019: ID 045e:02b0 Microsoft Corp. Xbox NUI Motor
Bus 002 Device 020: ID 045e:02ad Microsoft Corp. Xbox NUI Audio
Bus 002 Device 021: ID 045e:02ae Microsoft Corp. Xbox NUI Camera
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
6

answered 2013-02-14 03:25:39 -0500

jys gravatar image

Found answer here:

http://blog.jozilla.net/2012/03/29/getting-up-and-running-with-the-kinect-in-ubuntu-12-04/

$ sudo modprobe -r gspca_kinect 
$ sudo modprobe -r gspca_main
edit flag offensive delete link more

Comments

hello, the link u gave us is unavailable, could u please give us another one cause i tried the two sudo command below but it doesn't work. thanks a lot~

blairlpp gravatar image blairlpp  ( 2016-06-11 09:35:06 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2013-02-14 02:54:18 -0500

Seen: 5,542 times

Last updated: Feb 14 '13