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

Using Senz3d with depthimage_to_laserscan

asked 2014-08-06 05:49:31 -0500

buihaduong gravatar image

Hi everyone,

I'm using Senz3d to get depthimage data, and I would like to use this depthimage data with package depthimage_to_laserscan. But when I run this data with depthimage_to_laserscan package, it showed the warning message below:

Image messages received: 33 CameraInfo messages received: 0 Synchronized pairs: 0

I think I have to publish '/softkinetic_camera/depth_registered/camera_info', but I don't have any experienced with this. So, anyone can help me?

Thanks, Duong

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-08-06 12:14:39 -0500

ahendrix gravatar image

It looks like your camera driver isn't publishing CameraInfo messages for the depth image properly.

The driver probably needs to be updated to support maintaining and publishing CameraInfo. The camera_info_manager library makes this easier.

edit flag offensive delete link more

Comments

Hi ahendrix, Thank for your answer. Do you have any guides or tutorials to work with camera_info_manager and CameraInfo ?

buihaduong gravatar image buihaduong  ( 2014-08-06 22:42:04 -0500 )edit

Not really. The only tutorial available in the camera_info_manager package just links to the source code the camera1394 driver: http://wiki.ros.org/camera_info_manager/Tutorials/UsingCameraInfoManagerInCameraDriver%28C%2B%2B%29

ahendrix gravatar image ahendrix  ( 2014-08-07 02:14:11 -0500 )edit

Thank ahendrix, I'm trying to use camera_info_manager. I will post the solution when success.

buihaduong gravatar image buihaduong  ( 2014-08-07 03:52:29 -0500 )edit

Hi @ahendrix, do you have experienced with following error: Could not convert depth image to laserscan: scan_height ( 1 pixels) is too large for the image height.?

buihaduong gravatar image buihaduong  ( 2014-08-07 04:48:38 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2014-08-06 05:49:31 -0500

Seen: 424 times

Last updated: Aug 06 '14