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

Method ConditionNode

src/condition_node.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace BT
17{
18ConditionNode::ConditionNode(const std::string& name, const NodeConfig& config)
19 : LeafNode::LeafNode(name, config)
20{}
21
22SimpleConditionNode::SimpleConditionNode(const std::string& name,
23 TickFunctor tick_functor,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected