Provides a meta-component for managing additional lifecycle functions within a robotic system, associating with a parent lifecycle node.
More...
#include <Meta.hpp>
|
bool | configure () |
| Configures the Meta component.
|
|
| Meta (rclcpp_lifecycle::LifecycleNode::SharedPtr parent) |
| Constructs a Meta object associated with a parent lifecycle node.
|
|
|
rclcpp_lifecycle::LifecycleNode::SharedPtr | parent_ |
| < Shared pointer to the parent lifecycle node.
|
|
Provides a meta-component for managing additional lifecycle functions within a robotic system, associating with a parent lifecycle node.
◆ Meta()
Meta |
( |
rclcpp_lifecycle::LifecycleNode::SharedPtr | parent | ) |
|
|
explicit |
Constructs a Meta object associated with a parent lifecycle node.
Constructs a Meta object and assigns the parent lifecycle node.
- Parameters
-
parent | Shared pointer to the lifecycle node managing this Meta instance. |
◆ configure()
Configures the Meta component.
- Returns
- True if configuration is successful.
◆ parent_
rclcpp_lifecycle::LifecycleNode::SharedPtr parent_ |
|
protected |
< Shared pointer to the parent lifecycle node.
The documentation for this class was generated from the following files:
- cs4home_core/include/cs4home_core/Meta.hpp
- cs4home_core/src/cs4home_core/Meta.cpp