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

Method ManualSelectorNode

src/controls/manual_node.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace BT
21{
22ManualSelectorNode::ManualSelectorNode(const std::string& name, const NodeConfig& config)
23 : ControlNode::ControlNode(name, config)
24 , running_child_idx_(-1)
25 , previously_executed_idx_(-1)
26{
27 setRegistrationID("ManualSelector");
28}
29
30void ManualSelectorNode::halt()
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected