Treating move_base/goal as simple subscriber rather than ActionServer?
Hello All, I have a fairly basic question regarding utilizing move_base. I know I can publish a simple goal using move_base_simple/goal and not monitor the result. However I would like to get an update on when the goal is reached. Using an ActionClient can be a problem for me since I am commanding multiple robots from a single process. The ActionClient will block my process till the task has been completed. I was wondering if it is possible for me to publish directly the move_base/goal and then simply subscribe to the topic "move_base/result". I other words completely bypass the ActionClient and incorporate a truly publish/subscribe relation. This way I can command several robots within the same node. Please let me know if this is possible or what are other better ways? Thanks! Ammar