Is it better/prefered to combine nodelets programmatically or in a launch file?
Is there an advantage to combining nodelets programmatically? I noticed that stereo_image_proc does this and was surprised.
I'm attempting to chain image processing using nodelets to avoid the serialization overhead, and want to combine with stereo_image_proc, but was confused as to whether there was any reason I shouldn't just load up all of the constituent nodelets in a launch file.