| 64 | } |
| 65 | |
| 66 | SimpleDecoratorNode::SimpleDecoratorNode(const std::string& name, |
| 67 | TickFunctor tick_functor, |
| 68 | const NodeConfig& config) |
| 69 | : DecoratorNode(name, config), tick_functor_(std::move(tick_functor)) |
| 70 | {} |
| 71 | |
| 72 | NodeStatus SimpleDecoratorNode::tick() |
| 73 | { |