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

Method NaughtyNav2Node

tests/gtest_subtree.cpp:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339{
340public:
341 NaughtyNav2Node(const std::string& name, const BT::NodeConfiguration& config)
342 : BT::SyncActionNode(name, config)
343 {
344 std::cout << "CTOR:" << config.blackboard->get<std::string>("ros_node") << std::endl;
345 }
346
347 BT::NodeStatus tick() override
348 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected