Can I publish a feedback with action_lib on a different thread?

asked 2018-05-07 04:34:45 -0500

Yomar173 gravatar image

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.

edit retag flag offensive close merge delete