[ros-users] questions about nodelets

Josh Faust jfaust at willowgarage.com
Tue Nov 9 23:17:16 UTC 2010


>
>
> Sure. I assume the callbacks just don't get called any more.  But, a
> device thread (see below) needs to know when to terminate. Does it
> still check ros::ok() or ros::shutdown()?
>

No, you'd check some flag that you set in your nodelet's destructor, and
then the destructor joins on that thread.  Your nodelet may be getting
stopped even though the node itself is still running.

Josh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ros.org/pipermail/ros-users/attachments/20101109/12162935/attachment-0003.html>


More information about the ros-users mailing list