| 35 | { |
| 36 | public: |
| 37 | ApproachObject(const std::string& name) : BT::SyncActionNode(name, {}) |
| 38 | {} |
| 39 | |
| 40 | // You must override the virtual function tick() |
| 41 | NodeStatus tick() override; |
nothing calls this directly
no outgoing calls
no test coverage detected