[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

@@ -7,6 +7,9 @@
#include <frc2/command/CommandHelper.h>
#include <frc2/command/InstantCommand.h>
// NOTE: Consider using this command inline, rather than writing a subclass.
// For more information, see:
// https://docs.wpilib.org/en/stable/docs/software/commandbased/convenience-features.html
class ReplaceMeInstantCommand2
: public frc2::CommandHelper<frc2::InstantCommand,
ReplaceMeInstantCommand2> {