image_proc/crop_decimate initialization problems
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.