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