wpilibsuite/wpilib-docs

Clean up Command factory/constructor documentation

オープン

#2,293 opened on 2023/07/17

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (297 件のフォーク)auto 404
Good First Issue

Repository metrics

Stars
 (187 個のスター)
PR merge metrics
 (PR metrics pending)

説明

https://docs.wpilib.org/en/2023_a/docs/software/commandbased/commands.html

Currently there is an inconsistent/incomplete mix of using the constructor and using the factory method inside the code blocks, while the documentation refers to the factory methods.

The code blocks/RLIs also use the factory methods of Subsystem in the context of a subsystem (eg using this.runOnce) which can be confusing without the surrounding context.

コントリビューターガイド