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

Method SimpleDecoratorNode

src/decorator_node.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66SimpleDecoratorNode::SimpleDecoratorNode(const std::string& name,
67 TickFunctor tick_functor,
68 const NodeConfig& config)
69 : DecoratorNode(name, config), tick_functor_(std::move(tick_functor))
70{}
71
72NodeStatus SimpleDecoratorNode::tick()
73{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected