14 #ifndef DECORATOR_INVERTER_NODE_H 15 #define DECORATOR_INVERTER_NODE_H const std::string & name() const
Name of the instance, not the type.
virtual ~InverterNode() override=default
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
The InverterNode returns SUCCESS if child fails of FAILURE is child succeeds. RUNNING status is propa...
InverterNode(const std::string &name)