How to block subscriber callback?
Hello,
I am using Python and ROS-Indigo, just curious for some explanation here, if there is any way to block the callback methods of a Subscriber. I am aware that ROS handles the callbacks in separate thread. Please throw some lights. Thanks a lot!