Can multiple ActionServers share a goal callback?
Hi,
I have an issues where I try to make two ActionServers share a single callback method (on different topics though), but for some reason only one of the servers (the one created latest) sets up the action topics.
Is it not possible for multiple action servers to share a single callback method?