How to run ros::spin in the background
Hi,
I have a qt application and which has many Callbacks. As I dont have and infinite loop, I can't write ros::spin(). I would like to have ros::spin() or spinonce() in the background. How can i achieve using multi-threading. Any help would be highly appreciated
Thanks, Arjun