Re: [ros-users] questions about nodelets

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: Re: [ros-users] questions about nodelets
>
>
> You'll notice I commented out the
>
> //ni.unloadNodelet (name, manager);



This is actually not correct. There are times when you want to keep the
manager up but kill a different launch file that loaded nodelets into that
manager. This prevents them from unloading.

Really the unloadNodelet call needs a timeout.

Josh