39 virtual void halt()
override;
const std::string & name() const
Name of the instance, not the type.
virtual ~FallbackNode() override=default
size_t current_child_idx_
FallbackNode(const std::string &name)
virtual BT::NodeStatus tick() override
Method to be implemented by the user.
The FallbackNode is used to try different strategies, until one succeeds. If any child returns RUNNIN...
virtual void halt() override