This repository was archived by the owner on May 31, 2025. It is now read-only.

Description
Related to #18. I'm using the underlying ActionClient and ActionServer classes to implement a multi-threaded motion planning server and I am running into issues with unacknowledged goals and handles waiting for results.
Changing the size of all publish/subscribe queues in both classes seems to alleviate the issue. Is there a standard SOP or advice for using the action interface with hundreds or thousands of goals at a given time?
Thanks