Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
void ParallelNode::setFailureThreshold(int threshold)
177
{
178
failure_threshold_ = threshold;
179
}
180
181
} // namespace BT
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36