Open Issues Need Help
View All on GitHub PWM用のピンをIndicator LEDに変更 13 days ago
enhancement good first issue
IMU周りのメッセージの型をsensor_msgsに変更する 3 months ago
enhancement good first issue
interface_accessor.cppをやめてヘッダ側に移す 3 months ago
good first issue refactoring
開発環境やCIにcan-utilsをインストールする必要ない説 6 months ago
good first issue prune
CI テストのlaunch args/namespaceのケースを減らす 6 months ago
good first issue prune
各VESCの温度取得 10 months ago
enhancement good first issue
ThrusterControllerのLogicクラス 11 months ago
good first issue refactoring
ESCやサーボをdirectで制御する際の諸々をパラメーターで指定できるようにする 11 months ago
enhancement good first issue
トピックの説明を書く about 1 year ago
AI Summary: This issue is a request to write a description for a specific topic, aimed at improving the project's documentation. Labeled as a 'good first issue,' it's intended to be a straightforward task for new contributors, likely involving a concise explanation for an existing concept or feature.
Complexity:
1/5
documentation good first issue
State InterfaceのNewTypeの階層構造を直す about 1 year ago
AI Summary: This issue identifies an inconsistency in the `State Interface` where the `NewType` namespace incorrectly places `esc/` and `thruster/` at the same hierarchical level. The actual interface structure, however, defines `thruster/` as a parent to `esc/` and `servo/`. The goal is to refactor directory and namespace names to align with this correct, actual interface hierarchy.
Complexity:
1/5
good first issue refactoring
Codecovの対象から`test/`ディレクトリを除外する about 1 year ago
good first issue