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

Juno's profile - activity

2012-10-23 23:31:39 -0500 received badge  Famous Question (source)
2012-10-23 23:31:39 -0500 received badge  Notable Question (source)
2012-09-04 18:50:47 -0500 received badge  Famous Question (source)
2011-11-23 13:47:59 -0500 received badge  Popular Question (source)
2011-11-22 18:07:58 -0500 received badge  Notable Question (source)
2011-08-28 14:24:46 -0500 received badge  Popular Question (source)
2011-06-05 17:46:32 -0500 marked best answer openni_node doesnt work

OpenNI doesn't work in VMWare. No, I don't know why, but you're the third person (off the top of my head) to have this problem, and no solution is extant. The older (libfreenect-based) kinect drivers should work; if you do manual calibration, you'll end up in roughly the same place OpenNI gets you.

2011-05-31 06:37:42 -0500 marked best answer [Build Error] rosmake openni_camera

Looks like you are missing the libusb. Try installing the Ubuntu package libusb-1.0.0 and build again. What I don't get is why rosdep didn't complain, because openni_camera depends on libusb-1.0.0 (in its manifest.xml file).

Free bonus tip (how to debug this kind of error):

Find the line that caused the error:

/usr/bin/ld: cannot find -lusb

This means the linker (ld) cannot find a file called libusb*.so*. Go to http://packages.ubuntu.com/ and search for packages containing files whose name contains libusb.

2011-05-31 06:37:41 -0500 commented question [roslaunch error] roslaunch openni_camera openni_node.launch
I really wanna launch RGBDSLAM with kinect.
2011-05-31 05:34:13 -0500 commented answer openni_node doesnt work
I try to Install on my laptop again but I had same problem
2011-05-31 02:20:48 -0500 asked a question [roslaunch error] roslaunch openni_camera openni_node.launch
juno@Juno-Ubuntu:~$ roslaunch openni_camera openni_node.launch 
... logging to /home/juno/.ros/log/59b96d2c-8b8b-11e0-b1c1-e811320de104/roslaunch-Juno-Ubuntu-8610.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://Juno-Ubuntu:44296/

SUMMARY
========

PARAMETERS
 * /rosdistro
 * /openni_node1/use_indices
 * /openni_node1/depth_registration
 * /openni_node1/image_time_offset
 * /openni_node1/depth_frame_id
 * /openni_node1/depth_mode
 * /openni_node1/debayering
 * /rosversion
 * /openni_node1/projector_depth_baseline
 * /openni_node1/rgb_frame_id
 * /openni_node1/depth_rgb_translation
 * /openni_node1/depth_time_offset
 * /openni_node1/image_mode
 * /openni_node1/shift_offset
 * /openni_node1/device_id
 * /openni_node1/depth_rgb_rotation

NODES
  /
    openni_node1 (openni_camera/openni_node)
    kinect_base_link (tf/static_transform_publisher)
    kinect_base_link1 (tf/static_transform_publisher)
    kinect_base_link2 (tf/static_transform_publisher)
    kinect_base_link3 (tf/static_transform_publisher)

auto-starting new master
process[master]: started with pid [8624]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to 59b96d2c-8b8b-11e0-b1c1-e811320de104
process[rosout-1]: started with pid [8637]
started core service [/rosout]
process[openni_node1-2]: started with pid [8649]
process[kinect_base_link-3]: started with pid [8650]
process[kinect_base_link1-4]: started with pid [8651]
process[kinect_base_link2-5]: started with pid [8652]
process[kinect_base_link3-6]: started with pid [8660]
[ INFO] [1306849144.869239401]: [/openni_node1] No devices connected.... waiting for devices to be connected
^Z
[1]+  Stopped                 roslaunch openni_camera openni_node.launch
juno@Juno-Ubuntu:~$ [ INFO] [1306849145.875731163]: [/openni_node1] No devices connected.... waiting for devices to be connected
[ INFO] [1306849146.882219028]: [/openni_node1] No devices connected.... waiting for devices to be connected
[ INFO] [1306849147.888686897]: [/openni_node1] No devices connected.... waiting for devices to be connected
[ INFO] [1306849148.895327662]: [/openni_node1] No devices connected.... waiting for devices to be connected

$ sudo glview

it's a great work. I can see a RGB & Depth Images

but still I had problem.

when I try to "http://openslam.informatik.uni-freiburg.de/data/svn/rgbdslam/trunk/README"

roslaunch rgbdslam kinect+rgbdslam.launch or roslaunch openni_camera openni_node.launch

doesn't work

print [ INFO] [1306849146.882219028]: [/openni_node1] No devices connected.... waiting for devices to be connected

I'd try OpenNi_Camera install & OpenNi_Kinect ... it dosent have any Error & Problem.

Openkinect view Program is great work.

what is problem for my system

cf. i installed " Ubuntu 10.10, ROS Diamondback, openni_camera, openni_kinect " on my laptop

2011-05-31 01:38:31 -0500 commented answer [Build Error] rosmake openni_camera
thx dude I fixed it all :D Thx a lot!
2011-05-30 23:42:09 -0500 commented answer openni_node doesnt work
Bus 002 Device 011: ID 045e:02ae Microsoft Corp. Bus 002 Device 010: ID 045e:02ad Microsoft Corp. Bus 002 Device 009: ID 045e:02b0 Microsoft Corp. Bus 002 Device 008: ID 0409:005a NEC Corp. HighSpeed Hub Bus 002 Device 003: ID 0a5c:219c Broadcom Corp. Bus 002 Device 002: ID 8087:0020 Intel Corp.
2011-05-30 23:41:38 -0500 commented answer openni_node doesnt work
[ 111.869697] hub 2-1.5:1.0: 3 ports detected [ 112.815956] usb 2-1.5.2: new full speed USB device using ehci_hcd and address 9 [ 114.350696] usb 2-1.5.1: new high speed USB device using ehci_hcd and address 10 [ 115.885492] usb 2-1.5.3: new high speed USB device using ehci_hcd and address 11
2011-05-30 17:47:19 -0500 received badge  Supporter (source)
2011-05-30 17:40:46 -0500 commented question [Build Error] rosmake openni_camera
i used "$ rosmake openni_camera"
2011-05-30 16:55:01 -0500 asked a question [Build Error] rosmake openni_camera
[ rosmake ] Packages requested are: ['openni_camera']                           
[ rosmake ] Logging to directory/home/juno/.ros/rosmake/rosmake_output-20110531-135105
[ rosmake ] Expanded args ['openni_camera'] to:
['openni_camera']               
[ rosmake ] Checking rosdeps compliance for packages openni_camera.  This may take a few seconds.
[ rosmake ] rosdep check passed all system dependencies in packages             
[rosmake-0] Starting >>> rosbuild [ make ]                                      
[rosmake-0] Finished <<< rosbuild ROS_NOBUILD in package rosbuild
 No Makefile in package rosbuild
[rosmake-1] Starting >>> cpp_common [ make ]                                    
[rosmake-1] Finished <<< cpp_common ROS_NOBUILD in package cpp_common           
[rosmake-2] Starting >>> roslib [ make ]                                        
[rosmake-2] Finished <<< roslib ROS_NOBUILD in package roslib                   
[rosmake-3] Starting >>> xmlrpcpp [ make ]                                      
[rosmake-3] Finished <<< xmlrpcpp ROS_NOBUILD in package xmlrpcpp               
[rosmake-4] Starting >>> rosgraph_msgs [ make ]                                 
[rosmake-4] Finished <<< rosgraph_msgs ROS_NOBUILD in package rosgraph_msgs     
[ rosmake ] [ make ] [ rosbuild: 0.1 sec ] [ cpp_c... [ 5 Active 1/54 Complete ]
[rosmake-5] Starting >>> tinyxml [ make ]                                       
[rosmake-5] Finished <<< tinyxml ROS_NOBUILD in package tinyxml                 
[rosmake-6] Starting >>> smclib [ make ]                                        
[rosmake-6] Finished <<< smclib ROS_NOBUILD in package smclib                   
[ rosmake ] [ make ] [ rosbuild: 0.2 sec ] [ cpp_c... [ 7 Active 1/54 Complete ]
[ rosmake ] [ make ] [ rosbuild: 0.3 sec ] [ cpp_c... [ 7 Active 1/54 Complete ]
[rosmake-7] Starting >>> openni [ make ]                                        
[rosmake-0] Starting >>> roslang [ make ]                                       
[rosmake-1] Starting >>> roscpp_traits [ make ]                                 
[rosmake-3] Starting >>> std_msgs [ make ]                                      
[rosmake-0] Finished <<< roslang ROS_NOBUILD in package roslang
 No Makefile in package roslang
[rosmake-2] Starting >>> rostime [ make ]                                       
[rosmake-5] Starting >>> bond [ make ]                                          
[rosmake-6] Starting >>> rosclean [ make ]                                      
[rosmake-4] Starting >>> rosgraph [ make ]                                      
[rosmake-0] Starting >>> rosmaster [ make ]                                     
[rosmake-5] Finished <<< bond ROS_NOBUILD in package bond                       
[rosmake-5] Starting >>> rosunit [ make ]                                       
[rosmake-4] Finished <<< rosgraph ROS_NOBUILD in package rosgraph               
[rosmake-6] Finished <<< rosclean ROS_NOBUILD in package rosclean               
[rosmake-1] Finished <<< roscpp_traits ROS_NOBUILD in package roscpp_traits     
[rosmake-2] Finished <<< rostime ROS_NOBUILD in package rostime                 
[rosmake-3] Finished <<< std_msgs ROS_NOBUILD in package std_msgs               
[rosmake-0] Finished <<< rosmaster ROS_NOBUILD in package rosmaster             
[rosmake-5] Finished <<< rosunit ROS_NOBUILD in package rosunit                 
[rosmake-4] Starting >>> rospy [ make ]                                         
[rosmake-4] Finished <<< rospy ROS_NOBUILD in package rospy                     
[rosmake-7] Finished <<< openni [PASS] [ 0.02 seconds ]                         
[ rosmake ] [ make ] [ openni: 0.1 sec ] [ rostim... [ 4 Active 15/54 Complete ]
[rosmake-1] Starting >>> eigen [ make ]                                         
[rosmake-3] Starting >>> roscpp_serialization [ make ]                          
[rosmake-6] Starting >>> rosconsole [ make ]                                    
[rosmake-1] Finished <<< eigen ROS_NOBUILD in package eigen                     
[rosmake-6] Finished <<< rosconsole ROS_NOBUILD in package rosconsole           
[rosmake-3] Finished <<< roscpp_serialization ROS_NOBUILD in package roscpp_serialization
[rosmake-0] Starting >>> angles [ make ]                                        
[rosmake-2] Starting >>> ps_engine [ make ]                                     
[rosmake-0] Finished <<< angles ROS_NOBUILD in package angles                   
[rosmake-5] Starting >>> rosnode [ make ]                                       
[rosmake-3] Starting >>> roscpp [ make ]                                        
[rosmake-7] Starting >>> pluginlib [ make ]                                     
[rosmake-5] Finished <<< rosnode ROS_NOBUILD in package rosnode                 
[rosmake-3] Finished <<< roscpp ROS_NOBUILD in package roscpp                   
[rosmake-7] Finished <<< pluginlib ROS_NOBUILD in package pluginlib             
[rosmake-2] Finished <<< ps_engine [PASS] [ 0.02 seconds ]                      
[ rosmake ] [ make ] [ ps_engine: 0.0 sec ] [ ros... [ 4 Active 23/54 Complete ]
[rosmake-1] Starting >>> cminpack [ make ]                                      
[rosmake-1] Finished <<< cminpack ROS_NOBUILD in package cminpack               
[rosmake-6] Starting >>> flann [ make ]                                         
[rosmake-6] Finished <<< flann ROS_NOBUILD in package flann                     
[rosmake-4] Starting >>> opencv2 [ make ]                                       
[rosmake-4] Finished <<< opencv2 ROS_NOBUILD in package opencv2                 
[rosmake-3] Starting >>> bondcpp [ make ]                                       
[rosmake-5] Starting >>> rosout [ make ]                                        
[rosmake-3] Finished <<< bondcpp ROS_NOBUILD in package bondcpp                 
[rosmake-5] Finished <<< rosout ROS_NOBUILD in package rosout                   
[rosmake-3] Starting >>> nodelet [ make ]                                       
[rosmake-5] Starting >>> roslaunch [ make ]                                     
[rosmake-3] Finished <<< nodelet ROS_NOBUILD in package nodelet                 
[rosmake-5] Finished <<< roslaunch ROS_NOBUILD in package roslaunch
 No Makefile in package roslaunch
[rosmake-3] Starting >>> rostest [ make ]                                       
[rosmake-3] Finished <<< rostest ROS_NOBUILD in package rostest                 
[rosmake-3] Starting >>> topic_tools [ make ]                                   
[rosmake-2] Starting >>> message_filters [ make ]                               
[rosmake-1 ...
(more)
2011-05-26 14:59:29 -0500 received badge  Editor (source)
2011-05-26 14:52:34 -0500 asked a question openni_node doesnt work

I tried next follows.

0) ubuntu 10.04LTS (working on VMware) 1) ROS Diamondback Fully install 2) Openni_Kinect install 3) https://openslam.informatik.uni-freib...

but openni_node process has died ;(

what can i do for make sure?

juno@ubuntu:/opt/ros/diamondback/stacks$ roslaunch rgbdslam kinect+rgbdslam.launch

... logging to /home/juno/.ros/log/d7465c3e-880a-11e0-b474-000c2902ad72/roslaunch-ubuntu-24377.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://ubuntu:54579/

SUMMARY
========

PARAMETERS
 * /rosdistro
 * /openni_node1/use_indices
 * /openni_node1/depth_registration
 * /openni_node1/image_time_offset
 * /openni_node1/depth_frame_id
 * /openni_node1/depth_mode
 * /openni_node1/debayering
 * /rosversion
 * /openni_node1/projector_depth_baseline
 * /openni_node1/rgb_frame_id
 * /openni_node1/depth_rgb_translation
 * /openni_node1/depth_time_offset
 * /openni_node1/image_mode
 * /openni_node1/shift_offset
 * /openni_node1/device_id
 * /openni_node1/depth_rgb_rotation

NODES
  /
    openni_node1 (openni_camera/openni_node)
    kinect_base_link (tf/static_transform_publisher)
    kinect_base_link1 (tf/static_transform_publisher)
    kinect_base_link2 (tf/static_transform_publisher)
    kinect_base_link3 (tf/static_transform_publisher)
    rgbdslam (rgbdslam/rgbdslam)

auto-starting new master
process[master]: started with pid [24391]
ROS_MASTER_URI=http://localhost:11311

setting /run_id to d7465c3e-880a-11e0-b474-000c2902ad72
process[rosout-1]: started with pid [24404]
started core service [/rosout]
process[openni_node1-2]: started with pid [24407]
process[kinect_base_link-3]: started with pid [24408]
process[kinect_base_link1-4]: started with pid [24409]
process[kinect_base_link2-5]: started with pid [24410]
process[kinect_base_link3-6]: started with pid [24411]
process[rgbdslam-7]: started with pid [24412]
[ INFO] [1306464102.576724141]: [/openni_node1] Number devices connected: 1
[ INFO] [1306464102.577206931]: [/openni_node1] 1. device on bus 001:04 is a Xbox NUI Camera (2ae) from Microsoft (45e) with serial id 'A00363909966114A'
[ INFO] [1306464102.580068124]: [/openni_node1] searching for device with index = 1
[ INFO] [1306464108.049142005]: [/openni_node1] Opened 'Xbox NUI Camera' on bus 1:4 with serial number 'A00363909966114A'
[ INFO] [1306464108.078700920]: rgb_frame_id = '/openni_rgb_optical_frame' 
[ INFO] [1306464108.080752179]: depth_frame_id = '/openni_depth_optical_frame' 
terminate called after throwing an instance of 'openni_wrapper::OpenNIException'
  what():  virtual void openni_wrapper::OpenNIDevice::startImageStream() @ /tmp/buildd/ros-diamondback-openni-kinect-0.1.3/debian/ros-diamondback-openni-kinect/opt/ros/diamondback/stacks/openni_kinect/openni_camera/src/openni_device.cpp @ 159 : starting image stream failed. Reason: Xiron OS got an event timeout!
[openni_node1-2] process has died [pid 24407, exit code -6].
log files: /home/juno/.ros/log/d7465c3e-880a-11e0-b474-000c2902ad72/openni_node1-2*.log

juno@ubuntu:/opt/ros/diamondback/stacks$ ls common
hogman_minimal robot_model common_msgs
image_common ros_comm common_tutorials
image_pipeline ros_tutorials diagnostics
image_transport_plugins rx diagnostics_monitors
laser_pipeline
simulator_gazebo documentation
navigation
simulator_stage driver_common
openni_kinect slam_gmapping executive_smach
perception_pcl vision_opencv executive_smach_visualization perception_pcl_addons visualization geometry
physics_ode
visualization_common geometry_tutorials
rgbdslam
visualization_tutorials

what should i do for launch RGBDSLAM?

Juno, Yoon ( juno@robot.re.kr )