[ros-users] multi-threaded nodelet semantics?

Jack O'Quin jack.oquin at gmail.com
Thu Dec 2 14:52:18 UTC 2010


On Wed, Dec 1, 2010 at 11:58 PM, Josh Faust <jfaust at willowgarage.com> wrote:
> The semantics are the same as for any threaded use of a callback queue.
>  What that means exactly depends on the callback you're talking about, so,
> for example, subscription callbacks on a single topic will not happen in
> multiple threads at once unless it's enabled in SubscribeOptions.

OK, thanks. I thought it might be something unique to nodelets.

I now believe it was num_subscriber_threads I was trying to figure out.
-- 
 joq



More information about the ros-users mailing list