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

Method InverterNode

src/decorators/inverter_node.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace BT
17{
18InverterNode::InverterNode(const std::string& name) : DecoratorNode(name, {})
19{
20 setRegistrationID("Inverter");
21}
22
23NodeStatus InverterNode::tick()
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected