[ros-users] Nodelet based image pipeline

Jack O'Quin jack.oquin at gmail.com
Sun Dec 5 16:54:53 UTC 2010


On Sun, Dec 5, 2010 at 1:47 AM, Tully Foote <tfoote at willowgarage.com> wrote:

> In the short term adding a nodelet manager into any node is trivial all you
> have to do is instantiate a nodelet::Loader class.
>
> The main for the nodelet manager looks like this:
> {{{
>   if (command == "manager")
>   {
>     ros::init (argc, argv, "manager");
>     nodelet::Loader n;
>     ros::spin();
>   }
> }}}

What are the advantages of doing this instead of writing everything as
a nodelet and using the nodelet package directly to manage them?
-- 
 joq



More information about the ros-users mailing list