Class PipelineSequence
Defined in File pipeline_sequence.hpp
Inheritance Relationships
Base Type
public BT::ControlNode
Class Documentation
Type of sequence node that re-ticks previous children when a child returns running.
Public Functions
A constructor for nav2_behavior_tree::PipelineSequence.
- Parameters:
name – Name for the XML tag for this node
A constructor for nav2_behavior_tree::PipelineSequence.
- Parameters:
name – Name for the XML tag for this node
config – BT node configuration
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
Protected Functions
The main override required by a BT action.
- Returns:
BT::NodeStatus Status of tick execution
Protected Attributes