Robot Operating System Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

In the previous section, we experienced the dynamic loading of a class with pluginlib. Similarly, in the case of nodelets, we will dynamically load each class as a plugin, which must have a separate namespace. Every loaded class can work as separate nodes, called nodelets, which execute on a single process.