We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
omniboat_robokit/src/schneider_model.cpp
Lines 28 to 29 in 2d3b5b3
mainで↓と書けるようにしたい
omniboat::Schneider schneider{ {{A4, A5}, A6, {D4, D5}}, // input_modules {{PB_4, PA_11}, {PA_9, PA_10}}, // output_modules };
流石にどれがどれかわからなくなるのでBuilderの導入を検討 #192 Builderを使う形に変更できたらclose
The text was updated successfully, but these errors were encountered:
とりあえずmain関数から与える形にしてデフォルトコンストラクタを消したい
Sorry, something went wrong.
No branches or pull requests
omniboat_robokit/src/schneider_model.cpp
Lines 28 to 29 in 2d3b5b3
mainで↓と書けるようにしたい
流石にどれがどれかわからなくなるのでBuilderの導入を検討 #192
Builderを使う形に変更できたらclose
The text was updated successfully, but these errors were encountered: