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

image_proc/crop_decimate initialization problems

asked 2012-01-23 05:02:50 -0500

Yogi gravatar image

Hi all I am having a lot of problems with crop_decimate nodelet. I am using a auto starting launch script which launches camera1394 -> debayer -> crop_decimate nodelets. It seems that 80% of the times, the crop_decimate nodelet will not launch properly, however if I launch it after a delay, the problem disappears. By not launching properly I mean that the crop_decimate nodelet exists, but it never publishes any images.

Has anybody else seen this problem? My current hacky solution of delayed launching of the crop_decimate nodelet is not very elegant, and I would rather not do it.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-01-24 11:07:50 -0500

Patrick Mihelich gravatar image

What version of image_pipeline are you using? (On the command line, do rosversion image_pipeline)

Prior to 1.6.4, all of the image processing nodelets had race conditions on startup that could cause your problem. So make sure you're using image_pipeline 1.6.4.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-01-23 05:02:50 -0500

Seen: 243 times

Last updated: Jan 24 '12