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

Method setFailureThreshold

src/controls/parallel_node.cpp:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void ParallelNode::setFailureThreshold(int threshold)
177{
178 failure_threshold_ = threshold;
179}
180
181} // namespace BT

Callers 1

TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36