actionlib blocking subscription callbacks
Hi,
I'm using Python, ROS Fuerte and Ubuntu 12.04.
I have an actionlib server as part of a node that subscribes to a certain topic. Subscription callbacks are attended normally, but when an the actionlib server executes its callback to dispatch a goal, no subscription callbacks are called, although data is continuously published on the topics this node is subscribed to.
I tried putting the actionlib server in a separate thread but nothing changes.
Any ideas?
Thank you,