rclcpp_components
master
Package containing tools for dynamically loadable components
|
NodeFactoryTemplate is a convenience class for instantiating components. More...
#include <node_factory_template.hpp>
Public Member Functions | |
NodeFactoryTemplate ()=default | |
virtual | ~NodeFactoryTemplate ()=default |
NodeInstanceWrapper | create_node_instance (const rclcpp::NodeOptions &options) override |
Create an instance of a component. More... | |
Public Member Functions inherited from rclcpp_components::NodeFactory | |
NodeFactory ()=default | |
virtual | ~NodeFactory ()=default |
NodeFactoryTemplate is a convenience class for instantiating components.
The NodeFactoryTemplate class can be used to provide the NodeFactory interface for components that implement a single-argument constructor and get_node_base_interface
.
|
default |
|
virtualdefault |
|
inlineoverridevirtual |
Create an instance of a component.
[in] | options | Additional options used in the construction of the component. |
Implements rclcpp_components::NodeFactory.