wpilibsuite/wpilib-docs

Clean up Command factory/constructor documentation

Offen

#2.293 geöffnet am 17.07.2023

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (297 Forks)auto 404
Good First Issue

Repository-Metriken

Stars
 (187 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide