40 virtual void halt()
override;
virtual void halt() override
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
virtual ~SequenceNode() override=default
size_t current_child_idx_
const std::string & name() const
Name of the instance, not the type.
SequenceNode(const std::string &name)
The SequenceNode is used to tick children in an ordered sequence. If any child returns RUNNING...