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

Method setSuccessThreshold

src/controls/parallel_node.cpp:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ParallelNode::setSuccessThreshold(int threshold)
172{
173 success_threshold_ = threshold;
174}
175
176void ParallelNode::setFailureThreshold(int threshold)
177{

Callers 3

ComplexParallelTestMethod · 0.80
TEST_FFunction · 0.80
SimpleParallelTestMethod · 0.80

Calls

no outgoing calls

Tested by 3

ComplexParallelTestMethod · 0.64
TEST_FFunction · 0.64
SimpleParallelTestMethod · 0.64