13 #ifndef BT_WHILE_DO_ELSE_H 14 #define BT_WHILE_DO_ELSE_H 41 virtual void halt()
override;
50 #endif // BT_WHILE_DO_ELSE_H const std::string & name() const
Name of the instance, not the type.
virtual ~WhileDoElseNode() override=default
WhileDoElseNode(const std::string &name)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
virtual void halt() override
WhileDoElse must have exactly 2 or 3 children. It is a REACTIVE node of IfThenElseNode.