| 678 | { |
| 679 | public: |
| 680 | UpdatePosition(const std::string& name, const BT::NodeConfig& config) |
| 681 | : BT::SyncActionNode(name, config) |
| 682 | {} |
| 683 | |
| 684 | BT::NodeStatus tick() override |
| 685 | { |
nothing calls this directly
no outgoing calls
no test coverage detected