|
roboligo
|
A lifecycle node that manages the robot connector. More...
#include <ConnectorNode.hpp>


Public Types | |
| using | CallbackReturnT = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn |
Public Member Functions | |
| ConnectorNode (const rclcpp::NodeOptions &options=rclcpp::NodeOptions()) | |
| Constructor for ConnectorNode. | |
| bool | cycle (std::shared_ptr< RobotState > robot_state) |
| Method called cycle by cycle. | |
| bool | init (std::shared_ptr< RobotState > robot_state) |
| Method called when the node is initialize. | |
| CallbackReturnT | on_activate (const rclcpp_lifecycle::State &state) |
| Instructions on_activate state. | |
| CallbackReturnT | on_cleanup (const rclcpp_lifecycle::State &state) |
| Instructions on_cleanup state. | |
| CallbackReturnT | on_configure (const rclcpp_lifecycle::State &state) |
| Instructions on_configure state. | |
| CallbackReturnT | on_deactivate (const rclcpp_lifecycle::State &state) |
| Instructions on_deactivate state. | |
| CallbackReturnT | on_error (const rclcpp_lifecycle::State &state) |
| Instructions on_error state. | |
| CallbackReturnT | on_shutdown (const rclcpp_lifecycle::State &state) |
| Instructions on_shutdown state. | |
| void | reset_connector (void) |
| Method called when the node will be destroyed. | |
| virtual | ~ConnectorNode () |
| Destructor. | |
A lifecycle node that manages the robot connector.
This class managments the connector working into roboligo
| using roboligo::ConnectorNode::CallbackReturnT = rclcpp_lifecycle::node_interfaces::LifecycleNodeInterface::CallbackReturn |
|
explicit |
Constructor for ConnectorNode.
| NodeOptions | to configurate lifecycle node |
|
virtual |
Destructor.
| bool roboligo::ConnectorNode::cycle | ( | std::shared_ptr< RobotState > | robot_state | ) |
Method called cycle by cycle.
| Robot | State object |
| bool roboligo::ConnectorNode::init | ( | std::shared_ptr< RobotState > | robot_state | ) |
Method called when the node is initialize.
| Robot | State object |
| CallbackReturnT roboligo::ConnectorNode::on_activate | ( | const rclcpp_lifecycle::State & | state | ) |
Instructions on_activate state.
| state | lifecycle |
| CallbackReturnT roboligo::ConnectorNode::on_cleanup | ( | const rclcpp_lifecycle::State & | state | ) |
Instructions on_cleanup state.
| state | lifecycle |
| CallbackReturnT roboligo::ConnectorNode::on_configure | ( | const rclcpp_lifecycle::State & | state | ) |
Instructions on_configure state.
| state | lifecycle |
| CallbackReturnT roboligo::ConnectorNode::on_deactivate | ( | const rclcpp_lifecycle::State & | state | ) |
Instructions on_deactivate state.
| state | lifecycle |
| CallbackReturnT roboligo::ConnectorNode::on_error | ( | const rclcpp_lifecycle::State & | state | ) |
| CallbackReturnT roboligo::ConnectorNode::on_shutdown | ( | const rclcpp_lifecycle::State & | state | ) |
Instructions on_shutdown state.
| state | lifecycle |
| void roboligo::ConnectorNode::reset_connector | ( | void | ) |
Method called when the node will be destroyed.