Open H1rono opened 6 months ago
https://github.com/rogy-AquaLab/omniboat_robokit/blob/2d3b5b3c458545a219c165dd51108eb6995a1f62/include/device/input.hpp#L39-L41
https://github.com/rogy-AquaLab/omniboat_robokit/blob/2d3b5b3c458545a219c165dd51108eb6995a1f62/src/schneider_model.cpp#L29
ここなど
位置引数で与えるのはわかりづらすぎるので、RustのBuilderパターンのようにメソッドチェーンで与えられるようにしたい
InputModules input_modules = InputModules::builder() .joy_pins(A4, A5) .volume_pin(A6) .mpu_sda_pin(D4) .mpu_scl_pin(D5) .build();
ref:
https://github.com/rogy-AquaLab/omniboat_robokit/blob/2d3b5b3c458545a219c165dd51108eb6995a1f62/include/device/input.hpp#L39-L41
https://github.com/rogy-AquaLab/omniboat_robokit/blob/2d3b5b3c458545a219c165dd51108eb6995a1f62/src/schneider_model.cpp#L29
ここなど
位置引数で与えるのはわかりづらすぎるので、RustのBuilderパターンのようにメソッドチェーンで与えられるようにしたい
ref: