7#include <frc2/command/CommandBase.h>
8#include <frc2/command/CommandHelper.h>
29 void End(
bool)
override;
Swaps rolls of two controllers. Useful if one controller breaks during a match.
Definition swap_controllers_command.h:17
void End(bool) override
Swap controllers when trigger ends.
Definition swap_controllers_command.cpp:16
SwappableControllersSubsystem * m_pControllerSubsystem
Definition swap_controllers_command.h:32
void Initialize() override
Indicate swap has started, but don't actually swap yet.
Definition swap_controllers_command.cpp:12
Allows two controllers to swap between "Driver" and "Operator" control schemes on the fly by swapping...
Definition swappable_controllers_subsystem.h:18
Definition swap_controllers_command.h:12