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

Method TryCatchNode

src/controls/try_catch_node.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15namespace BT
16{
17TryCatchNode::TryCatchNode(const std::string& name, const NodeConfig& config)
18 : ControlNode::ControlNode(name, config)
19{
20 setRegistrationID("TryCatch");
21}
22
23void TryCatchNode::halt()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected