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

Method open

sample_nodes/dummy_nodes.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32BT::NodeStatus GripperInterface::open()
33{
34 _opened = true;
35 std::cout << "GripperInterface::open" << std::endl;
36 return BT::NodeStatus::SUCCESS;
37}
38
39BT::NodeStatus GripperInterface::close()
40{

Callers 3

mainFunction · 0.80
FileLogger2Method · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected