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

ccny_rgbd normal behavior?

asked 2013-04-11 21:23:30 -0500

fersarr gravatar image

updated 2013-04-11 21:41:01 -0500

Hey! hope someone can help me here, I just wanted to make sure that this is normal behavior because I am getting some WARNINGS

roslaunch ccny_openni_launch openni.launch publish_cloud:=true

throws these warnings

[ WARN] [1365750031.849575558]: [rgb_0000000000000000] does not match name rgb in file /home/fersarr/catkin_ws/src/ccny_rgbd/ccny_rgbd_tools/ccny_rgbd/data/calibration_openni_default/rgb.yml
[ WARN] [1365750031.851442142]: [depth_0000000000000000] does not match name depth in file /home/fersarr/catkin_ws/src/ccny_rgbd/ccny_rgbd_tools/ccny_rgbd/data/calibration_openni_default/depth.yml

heres the full output

fersarr@fersarrPC:~$ roslaunch ccny_openni_launch openni.launch publish_cloud:=true
... logging to /home/fersarr/.ros/log/a76d8176-a33e-11e2-83b6-a417313a9d99/roslaunch-fersarrPC-2706.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 fersarrPC:52985/

SUMMARY
========

PARAMETERS
 * /openni_driver/depth_camera_info_url
 * /openni_driver/depth_frame_id
 * /openni_driver/depth_mode
 * /openni_driver/device_id
 * /openni_driver/image_mode
 * /openni_driver/rgb_camera_info_url
 * /openni_driver/rgb_frame_id
 * /rgbd_image_proc/calib_path
 * /rgbd_image_proc/publish_cloud
 * /rgbd_image_proc/scale
 * /rgbd_image_proc/unwarp
 * /rgbd_image_proc/verbose
 * /rosdistro
 * /rosversion

NODES
  /
    camera_rgb_frame_tf (tf/static_transform_publisher)
    camera_rgb_optical_frame_tf (tf/static_transform_publisher)
    debayer (nodelet/nodelet)
    openni_driver (nodelet/nodelet)
    rgbd_image_proc (nodelet/nodelet)
    rgbd_manager (nodelet/nodelet)

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

setting /run_id to a76d8176-a33e-11e2-83b6-a417313a9d99
process[rosout-1]: started with pid [2733]
started core service [/rosout]
process[rgbd_manager-2]: started with pid [2745]
process[openni_driver-3]: started with pid [2746]
[ INFO] [1365750027.705988566]: Loading nodelet /openni_driver of type openni_camera/driver to manager rgbd_manager with the following remappings:
[ INFO] [1365750027.706151486]: /depth -> /camera/depth
[ INFO] [1365750027.706185220]: /ir -> /camera/ir
[ INFO] [1365750027.706232955]: /rgb -> /camera/rgb
[ INFO] [1365750027.708404449]: waitForService: Service [/rgbd_manager/load_nodelet] has not been advertised, waiting...
process[debayer-4]: started with pid [2767]
process[rgbd_image_proc-5]: started with pid [2794]
process[camera_rgb_frame_tf-6]: started with pid [2822]
[ INFO] [1365750028.104817306]: Initializing nodelet with 8 worker threads.
[ INFO] [1365750028.124780365]: waitForService: Service [/rgbd_manager/load_nodelet] is now available.
process[camera_rgb_optical_frame_tf-7]: started with pid [2882]
[ INFO] [1365750028.705934929]: Initializing RGBD Image Proc Nodelet
[ INFO] [1365750028.853396826]: Reading camera calibration files...
[ INFO] [1365750029.359387411]: Resampling scale set to 1.00
[ INFO] [1365750031.732731887]: Number devices connected: 1
[ INFO] [1365750031.732938190]: 1. device on bus 003:09 is a Xbox NUI Camera (2ae) from Microsoft (45e) with serial id '0000000000000000'
[ INFO] [1365750031.734548570]: Searching for device with index = 1
[ INFO] [1365750031.783989876]: Opened 'Xbox NUI Camera' on bus 3:9 with serial number '0000000000000000'
[ INFO] [1365750031.835639404]: rgb_frame_id = '/camera_rgb_optical_frame' 
[ INFO] [1365750031.835786170]: depth_frame_id = '/camera_depth_optical_frame' 
[ WARN] [1365750031.849575558]: [rgb_0000000000000000] does not match name rgb in file /home/fersarr/catkin_ws/src/ccny_rgbd/ccny_rgbd_tools/ccny_rgbd/data/calibration_openni_default/rgb.yml
[ WARN] [1365750031.851442142]: [depth_0000000000000000] does not match name depth in file /home/fersarr/catkin_ws/src/ccny_rgbd/ccny_rgbd_tools/ccny_rgbd/data/calibration_openni_default/depth.yml
[ INFO] [1365750036.501789369]: Initializing
[ INFO] [1365750036.502020279]: Initializing rectification maps

And when running the following command I get this lines continously

roslaunch ccny_rgbd vo+mapping.launch

[ INFO] [1365751163.416996164]: [VO 31875] Fr: 0.0 GFT[400][387]: 11.2 ICPProbModel[5999]  2.8 TOTAL 14.2

[ INFO] [1365751163.454457740]: [VO 31876] Fr: 0.0 GFT[400][382]: 11.2 ICPProbModel[5999]  2.7 TOTAL 14.1

[ INFO] [1365751163 ...
(more)
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2013-04-18 15:28:28 -0500

updated 2013-04-18 15:29:01 -0500

The output of

roslaunch ccny_rgbd vo+mapping.launch

points that ccny_rgbd is receiving the images and processing them correctly.

As for the warning:

[ WARN] [1365750031.849575558]: [rgb_0000000000000000] does not match name rgb in file /home/fersarr/catkin_ws/src/ccny_rgbd/ccny_rgbd_tools/ccny_rgbd/data/calibration_openni_default/rgb.yml

It appears that the config files I have provided don't match your camera name - I'm not sure what to make of that. I'm also not sure if it's actually an issue. Perhaps you could try launch ccny_rgbd with the default OpenNI launch files, bypassing the custom rgbd_image_proc pipeline. Thevo+mapping.launch file has a note regarding how to remap topics if you're doing that.

The rviz warning probably have to do with setting the fixed_frame incorrectly (it needs to be set to odom). I have updated ccny_rgbd with a groovy .rviz config file to make it easier.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-11 21:23:30 -0500

Seen: 472 times

Last updated: Apr 18 '13