#include <always_success_node.h>
Public Member Functions | |
AlwaysSuccess (const std::string &name) | |
Private Member Functions | |
virtual BT::NodeStatus | tick () override |
Method to be implemented by the user. |
Definition at line 20 of file always_success_node.h.
BT::AlwaysSuccess::AlwaysSuccess | ( | const std::string & | name | ) | [inline] |
Definition at line 23 of file always_success_node.h.
virtual BT::NodeStatus BT::AlwaysSuccess::tick | ( | ) | [inline, override, private, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 28 of file always_success_node.h.