Public Member Functions
BT::ReactiveSequence Class Reference

The ReactiveSequence is similar to a ParallelNode. All the children are ticked from first to last: More...

#include <reactive_sequence.h>

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

List of all members.

Public Member Functions

 ReactiveSequence (const std::string &name)

Detailed Description

The ReactiveSequence is similar to a ParallelNode. All the children are ticked from first to last:

If all the children return SUCCESS, this node returns SUCCESS.

IMPORTANT: to work properly, this node should not have more than a single asynchronous child.

Definition at line 34 of file reactive_sequence.h.


Constructor & Destructor Documentation

BT::ReactiveSequence::ReactiveSequence ( const std::string &  name) [inline]

Definition at line 38 of file reactive_sequence.h.


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


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