#include <dummy_nodes.h>

Public Member Functions | |
| ApproachObject (const std::string &name) | |
| BT::NodeStatus | tick () override |
| Method to be implemented by the user. | |
Definition at line 34 of file dummy_nodes.h.
| DummyNodes::ApproachObject::ApproachObject | ( | const std::string & | name | ) | [inline] |
Definition at line 37 of file dummy_nodes.h.
| BT::NodeStatus DummyNodes::ApproachObject::tick | ( | ) | [override, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 44 of file dummy_nodes.cpp.