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

Method SimpleActionNode

src/action_node.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27//-------------------------------------------------------
28
29SimpleActionNode::SimpleActionNode(const std::string& name,
30 SimpleActionNode::TickFunctor tick_functor,
31 const NodeConfig& config)
32 : SyncActionNode(name, config), tick_functor_(std::move(tick_functor))
33{}
34
35NodeStatus SimpleActionNode::tick()
36{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected