Can I publish a feedback with action_lib on a different thread?
Im trying to run a script which run as an action server that when it is called it runs an algorithm. What I want to do is to set up a thread at the beginning which returns as feedback the time that has passed to the client so that I dont have to give the feedback in the algorithm itself.