Open Issues Need Help
View All on GitHub IMU周りのメッセージの型をsensor_msgsに変更する 27 days ago
enhancement good first issue
interface_accessor.cppをやめてヘッダ側に移す about 1 month ago
good first issue refactoring
開発環境やCIにcan-utilsをインストールする必要ない説 4 months ago
good first issue prune
CI テストのlaunch args/namespaceのケースを減らす 4 months ago
good first issue prune
各VESCの温度取得 8 months ago
enhancement good first issue
ThrusterControllerのLogicクラス 9 months ago
good first issue refactoring
ESCやサーボをdirectで制御する際の諸々をパラメーターで指定できるようにする 9 months ago
enhancement good first issue
トピックの説明を書く 11 months 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の階層構造を直す 11 months 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/`ディレクトリを除外する 11 months ago
good first issue