[commands, documentation] Remove controller replaceme commands (#7053)

This commit is contained in:
Jade
2024-10-11 13:12:02 +08:00
committed by GitHub
parent 4adfa8bf64
commit 679892e8e1
24 changed files with 19 additions and 511 deletions

View File

@@ -17,6 +17,9 @@
class ReplaceMeCommand2
: public frc2::CommandHelper<frc2::Command, ReplaceMeCommand2> {
public:
/* You should consider using the more terse Command factories API instead
* https://docs.wpilib.org/en/stable/docs/software/commandbased/organizing-command-based.html#defining-commands
*/
ReplaceMeCommand2();
void Initialize() override;