
Public Member Functions | |
| IsStuck (const std::string &name) | |
| NodeStatus | tick () override |
| Method to be implemented by the user. | |
Definition at line 77 of file navigation_test.cpp.
| IsStuck::IsStuck | ( | const std::string & | name | ) | [inline] |
Definition at line 80 of file navigation_test.cpp.
| NodeStatus IsStuck::tick | ( | ) | [inline, override, virtual] |
Method to be implemented by the user.
Implements BT::TreeNode.
Definition at line 82 of file navigation_test.cpp.