| 44 | { |
| 45 | public: |
| 46 | PathFollow(const std::string& name, const BT::NodeConfig& config, IMotor& motor) |
| 47 | : BT::StatefulActionNode(name, config), imotor_(motor) |
| 48 | {} |
| 49 | static BT::PortsList providedPorts() |
| 50 | { |
| 51 | return {}; |
nothing calls this directly
no outgoing calls
no test coverage detected