Class RoundRobinNode
Defined in File round_robin_node.hpp
Inheritance Relationships
Base Type
public BT::ControlNode
Class Documentation
Type of sequence node that ticks children in a round-robin fashion.
Public Functions
A constructor for nav2_behavior_tree::RoundRobinNode.
- Parameters:
name – Name for the XML tag for this node
A constructor for nav2_behavior_tree::RoundRobinNode.
- Parameters:
name – Name for the XML tag for this node
config – BT node configuration
The main override required by a BT action.
- Returns:
BT::NodeStatus Status of tick execution
The other (optional) override required by a BT action to reset node state.
Public Static Functions
Creates list of BT ports.
- Returns:
BT::PortsList Containing basic ports along with node-specific ports