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

Method BackUpAndSpin

tests/navigation_test.cpp:101–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99{
100public:
101 BackUpAndSpin(const std::string& name) : SyncActionNode(name, {}), TestNode(name)
102 {}
103
104 NodeStatus tick() override
105 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected