Query Regarding Microsoft Kinect X-box 360 [closed]

asked 2012-12-27 16:11:57 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

Hi ALL, We are working on pr2 robot and we are trying to configure Microsoft Xbox 360 on our pr2 robot ,We followed link below and installed ros-electric-openni-kinect, when we launch roslaunch openni_launch openni.launch we get the following error

INFO] [1356520739.620137369]: Number devices connected: 1 Killing XnSensorServer and removing module gspca_kinect did not work for us, our lsusb looks like this

pr2admin@c1:~$ lsusb Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 008: ID 0408:0003 Quanta Computer, Inc. Bus 002 Device 004: ID 0408:0907 Quanta Computer, Inc. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 007 Device 005: ID 045e:02ae Microsoft Corp. Bus 007 Device 004: ID 045e:02ad Microsoft Corp. Bus 007 Device 003: ID 045e:02b0 Microsoft Corp. Bus 007 Device 002: ID 0409:005a NEC Corp. HighSpeed Hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 003: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x Composite Device Bus 006 Device 002: ID 046d:0a04 Logitech, Inc. V20 portable speakers (USB powered) Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

is there any configurations or any other steps we are missing in order to bring up our kinect? please let us know Thanks in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2014-10-27 23:58:13.749490

Comments

I think you forgot to post the actual error. The line given just says that 1 openni device is connected.

thebyohazard gravatar image thebyohazard  ( 2012-12-29 02:33:21 -0500 )edit

The actual error INFO] [1356520739.620137369]: Number devices connected: 1

telxsipr2 gravatar image telxsipr2  ( 2012-12-30 17:08:46 -0500 )edit

There are 5 levels of verbosity in the ros logging system. The actual error will say 'ERROR' unless it's a lower level error (like an assertion failing). Maybe you could edit your question with the entire output of the program?

thebyohazard gravatar image thebyohazard  ( 2012-12-31 02:37:32 -0500 )edit

When openni.launch is launched we get the following error message lines

pr2admin@c1:~$ roslaunch openni_launch openni.launch ... logging to /u/pr2admin/.ros/log/95f1b46c-5adc-11e2-aede-001517ebc515/roslaunch-c1-16275.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://c1:41914/

SUMMARY

PARAMETERS * /rosdistro * /camera/driver/rgb_frame_id * /camera/disparity_depth_registered/min_range * /camera/driver/rgb_camera_info_url * /camera/depth_registered/rectify_depth/interpolation * /camera/driver/depth_frame_id * /camera/depth/rectify_depth/interpolation * /camera/disparity_depth/max_range * /rosversion * /camera/driver/device_id * /camera/driver/depth_camera_info_url * /camera/disparity_depth/min_range * /camera/disparity_depth_registered/max_range

NODES /camera/depth/ rectify_depth (nodelet/nodelet) metric_rect (nodelet/nodelet) metric (nodelet/nodelet) points (nodelet/nodelet) /camera/rgb/ debayer (nodelet/nodelet) rectify_mono (nodelet/nodelet) rectify_color (nodelet/nodelet) / camera_nodelet_manager (nodelet/nodelet) camera_base_link (tf/static_transform_publisher) camera_base_link1 (tf/static_transform_publisher) camera_base_link2 (tf/static_transform_publisher) camera_base_link3 (tf/static_transform_publisher) /camera/ driver (nodelet/nodelet) register_depth_rgb (nodelet/nodelet) points_xyzrgb_depth_rgb (nodelet/nodelet) disparity_depth (nodelet/nodelet) disparity_depth_registered ...(more)

telxsipr2 gravatar image telxsipr2  ( 2013-01-09 18:54:04 -0500 )edit