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

Method close

sample_nodes/dummy_nodes.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39BT::NodeStatus GripperInterface::close()
40{
41 std::cout << "GripperInterface::close" << std::endl;
42 _opened = false;
43 return BT::NodeStatus::SUCCESS;
44}
45
46BT::NodeStatus ApproachObject::tick()
47{

Callers 5

monitor_tClass · 0.80
mainFunction · 0.80
~Groot2PublisherMethod · 0.80
~FileLogger2Method · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected