MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / IsStuck

Method IsStuck

tests/navigation_test.cpp:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87{
88public:
89 IsStuck(const std::string& name) : ConditionNode(name, {}), TestNode(name)
90 {}
91
92 NodeStatus tick() override
93 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected