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

Method PrintToConsole

tests/gtest_subtree.cpp:600–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598{
599public:
600 PrintToConsole(const std::string& name, const BT::NodeConfiguration& config,
601 std::vector<std::string>* console)
602 : BT::SyncActionNode(name, config), console_(console)
603 {}
604
605 static BT::PortsList providedPorts()
606 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected