| 31 | //----------------------------------------------------------- |
| 32 | |
| 33 | BT::NodeStatus SetRobotBoolService::tick() |
| 34 | { |
| 35 | std::string robot; |
| 36 | if(getInput("robot", robot) && !robot.empty()) |
| 37 | { |
| 38 | setServiceName(robot + "/" + service_suffix_); |
| 39 | } |
| 40 | return SetBoolService::tick(); |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected