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