CORESENSE4home_Architecture
|
A Coupling component that provides default configuration for coupling-related tasks. More...
Public Member Functions | |
bool | configure () |
Configures the DefaultCoupling component. | |
DefaultCoupling (rclcpp_lifecycle::LifecycleNode::SharedPtr parent) | |
Constructs a DefaultCoupling object and initializes the parent lifecycle node. | |
![]() | |
bool | configure () |
Configures the Coupling component. | |
Coupling (rclcpp_lifecycle::LifecycleNode::SharedPtr parent) | |
Constructs a Coupling object associated with a parent lifecycle node. | |
Additional Inherited Members | |
![]() | |
rclcpp_lifecycle::LifecycleNode::SharedPtr | parent_ |
< Shared pointer to the parent lifecycle node. | |
A Coupling component that provides default configuration for coupling-related tasks.
This class extends the Coupling component, initializing with basic configuration. It is intended for tasks involving the coordination and interaction of functional components.
|
explicit |
Constructs a DefaultCoupling object and initializes the parent lifecycle node.
parent | Shared pointer to the lifecycle node managing this DefaultCoupling instance. |
bool configure | ( | ) |
Configures the DefaultCoupling component.
Logs the configuration step and prepares the component for operation.