Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
171
void ParallelNode::setSuccessThreshold(int threshold)
172
{
173
success_threshold_ = threshold;
174
}
175
176
void ParallelNode::setFailureThreshold(int threshold)
177
{
Callers
3
ComplexParallelTest
Method · 0.80
TEST_F
Function · 0.80
SimpleParallelTest
Method · 0.80
Calls
no outgoing calls
Tested by
3
ComplexParallelTest
Method · 0.64
TEST_F
Function · 0.64
SimpleParallelTest
Method · 0.64