Public Member Functions | Private Member Functions | Private Attributes
BT::SequenceNode Class Reference

The SequenceNode is used to tick children in an ordered sequence. If any child returns RUNNING, previous children will NOT be ticked again. More...

#include <sequence_node.h>

Inheritance diagram for BT::SequenceNode:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void halt () override
 SequenceNode (const std::string &name)
virtual ~SequenceNode () override

Private Member Functions

virtual BT::NodeStatus tick () override
 Method to be implemented by the user.

Private Attributes

unsigned int current_child_idx_

Detailed Description

The SequenceNode is used to tick children in an ordered sequence. If any child returns RUNNING, previous children will NOT be ticked again.

Definition at line 34 of file sequence_node.h.


Constructor & Destructor Documentation

BT::SequenceNode::SequenceNode ( const std::string &  name)

Definition at line 21 of file sequence_node.cpp.

virtual BT::SequenceNode::~SequenceNode ( ) [override, virtual]

Member Function Documentation

void BT::SequenceNode::halt ( ) [override, virtual]

The method used to interrupt the execution of a RUNNING node. Only Async nodes that may return RUNNING should implement it.

Reimplemented from BT::ControlNode.

Definition at line 28 of file sequence_node.cpp.

NodeStatus BT::SequenceNode::tick ( ) [override, private, virtual]

Method to be implemented by the user.

Implements BT::TreeNode.

Definition at line 34 of file sequence_node.cpp.


Member Data Documentation

unsigned int BT::SequenceNode::current_child_idx_ [private]

Definition at line 44 of file sequence_node.h.


The documentation for this class was generated from the following files:


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 20:17:15