- Robot Operating System Cookbook
- Kumar Bipin
- 54字
- 2025-03-01 11:46:05
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.