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

Openni problem in Debian. Kinect not detected

asked 2011-11-01 00:38:57 -0500

toniOliver gravatar image

updated 2016-10-24 08:33:46 -0500

ngrennan gravatar image

Hi,

I installed openni to work with a Kinect on a Debian Squeeze. I followed the instructions in http://www.ros.org/wiki/openni_kinect to build and install a package for debian, and after that I used the openni.launch to start working with kinect, but I get a message of "No devices detected".

The kinect seems to be detected by the system if I do lsusb (xbox NUI Motor?).

Can anybody help me? Thanks.

lsusb
Bus 009 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 002: ID 045e:0752 Microsoft Corp. 
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 045e:02b0 Microsoft Corp. Xbox NUI Motor
Bus 001 Device 003: ID 0409:005a NEC Corp. HighSpeed Hub
Bus 001 Device 002: ID 041e:4083 Creative Technology, Ltd Live! Cam Socialize [VF0640]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

The result of the launch is:

    roslaunch openni_launch openni.launch
... logging to /home/toni/.ros/log/d5cdbf70-0472-11e1-9ff1-bcaec5bdea73/roslaunch-hugoros-3696.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
WARNING: disk usage in log directory [/home/toni/.ros/log] is over 1GB.
It's recommended that you use the 'rosclean' command.

started roslaunch server http://10.1.1.236:45159/

SUMMARY
========

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

NODES
  /camera/depth/
    rectify_depth (nodelet/nodelet)
    metric_rect (nodelet/nodelet)
    metric (nodelet/nodelet)
    disparity (nodelet/nodelet)
    points (nodelet/nodelet)
  /camera/rgb/
    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)
  /camera/ir/
    rectify_ir (nodelet/nodelet)
  /camera/depth_registered/
    rectify_depth (nodelet/nodelet)
    metric_rect (nodelet/nodelet)
    metric (nodelet/nodelet)
    disparity (nodelet/nodelet)

ROS_MASTER_URI=http://10.1.1.236:11311

core service [/rosout] found
process[camera_nodelet_manager-1]: started with pid [3714]
process[camera/driver-2]: started with pid [3715]
process[camera/rgb/rectify_mono-3]: started with pid [3716]
process[camera/rgb/rectify_color-4]: started with pid [3717]
process[camera/ir/rectify_ir-5]: started with pid [3718]
process[camera/depth/rectify_depth-6]: started with pid [3719]
process[camera/depth/metric_rect-7]: started with pid [3720]
process[camera/depth/metric-8]: started with pid [3721]
process[camera/depth/disparity-9]: started with pid [3722]
process[camera/depth/points-10]: started with pid [3723 ...
(more)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2011-11-01 08:07:08 -0500

Enrique gravatar image

updated 2011-11-01 08:23:09 -0500

Try launching:

roslaunch openni_camera openni_node.launch

This works for me in diamondback. It seems that for electric your are launching the right one tough.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-11-01 00:38:57 -0500

Seen: 257 times

Last updated: Nov 01 '11