![]() |
AutoAPMS
Streamlining behaviors in ROS 2
|
Data structure encapsulating the information of all ports implemented by a behavior tree node. More...
#include <auto_apms_behavior_tree_core/definitions.hpp>
Public Attributes | |
| BT::NodeType | type |
| Abstract type of the node. | |
| std::vector< NodePortInfo > | port_infos |
| Vector of implementation details for each data port. | |
Data structure encapsulating the information of all ports implemented by a behavior tree node.
Definition at line 63 of file definitions.hpp.
| BT::NodeType type |
Abstract type of the node.
Definition at line 66 of file definitions.hpp.
| std::vector<NodePortInfo> port_infos |
Vector of implementation details for each data port.
Definition at line 68 of file definitions.hpp.