Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ NodeConfig
Method
NodeConfig
include/behaviortree_cpp/tree_node.h:106–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
struct NodeConfig
105
{
106
NodeConfig()
107
{}
108
109
// Pointer to the blackboard used by this node
110
Blackboard::Ptr blackboard;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected