Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ FollowPath
Method
FollowPath
tests/navigation_test.cpp:127–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
126
public:
127
FollowPath(const std::string& name) : ActionNodeBase(name, {}), TestNode(name)
128
{}
129
130
NodeStatus tick() override
131
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected