int callback
Is it possible to have a callback function other than type void? If yes, how would you handle a situation where you call ros::spinOnce() and say you are subscribing to two different topics each with their own callback function... how would you store the variable that one of the callback functions returned?