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

Method ActionIssue1046

tests/gtest_factory.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503{
504public:
505 ActionIssue1046(const std::string& name, const BT::NodeConfig& config)
506 : BT::SyncActionNode(name, config)
507 {}
508
509 BT::NodeStatus tick() override
510 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected