Disabling unused streams for openni_launch
I am using openni_launch to start my kinect. Per default it publishes a lot of topics (IR, Depth, RGB in mono, rectified, registered, compressed, theora versions).
I would be interested if it is possible to disable the unused topics per launch file to increase performance? Or is it necessary to change the sources?
Thanks in advance
Don't expect to much performance incrementation if any at all; Usually those topics' computations are paused if no node is subscribed. The kinect isn't even switched on until someone subscribes. (Beside that, your question is valid)