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