Re: [ros-users] questions about nodelets

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: 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