<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
</div>Sure. I assume the callbacks just don't get called any more.  But, a<br>
device thread (see below) needs to know when to terminate. Does it<br>
still check ros::ok() or ros::shutdown()?<br></blockquote><div><br></div><div>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.</div>

<div><br></div><div>Josh</div></div>