| 44 | } |
| 45 | |
| 46 | BT::NodeStatus ApproachObject::tick() |
| 47 | { |
| 48 | std::cout << "ApproachObject: " << this->name() << std::endl; |
| 49 | return BT::NodeStatus::SUCCESS; |
| 50 | } |
| 51 | |
| 52 | BT::NodeStatus SaySomething::tick() |
| 53 | { |
nothing calls this directly
no test coverage detected