Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ CalculateGoal
Method
CalculateGoal
examples/t03_generic_ports.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
{
42
public:
43
CalculateGoal(const std::string& name, const NodeConfig& config)
44
: SyncActionNode(name, config)
45
{}
46
47
NodeStatus tick() override
48
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected