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

Method ComparisonNode

tests/gtest_blackboard.cpp:350–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348{
349public:
350 ComparisonNode(const std::string& name, const BT::NodeConfiguration& config)
351 : BT::ConditionNode(name, config)
352 {}
353
354 static BT::PortsList providedPorts()
355 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected