Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ PrintNumber
Method
PrintNumber
examples/t16_global_blackboard.cpp:54–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
{
53
public:
54
PrintNumber(const std::string& name, const BT::NodeConfig& config)
55
: BT::SyncActionNode(name, config)
56
{}
57
58
NodeStatus tick() override
59
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected