Design for improving the processing efficiency while using callbacks

asked 2013-10-03 01:16:38 -0500

Sphenops gravatar image

I want to maintain two separate callback queues: One for receiving Kinect data and one for receiving Laser data. Is it possible using the concepts provided in ros wiki:callbacks and spinning, in one node? If its possible can someone please give me a hint of the algorithm? Also would like to know if doing this improves the computational efficiency of the code?

Thanks in advance.

edit retag flag offensive close merge delete