2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
A command that can be selected from the dashboard. More...
#include <autonomous_command.h>
Public Member Functions | |
AutonomousCommand ()=default | |
virtual std::string | GetName () const =0 |
Get the name of the command to display on the dashboard. | |
virtual frc2::Command * | GetCommand ()=0 |
Get the command to run when selected from dashboard. | |
A command that can be selected from the dashboard.
|
default |
|
pure virtual |
Get the command to run when selected from dashboard.
Implemented in AutonomousBalance, AutonomousCableProtector2Gp, AutonomousCableProtector3GPOuiOui, AutonomousCableProtectorPlaceExit, AutoCableProtectSlamGrabBalance, AutonomousDriveForward, AutonomousDriveTuning, AutonomousLoadingStation2Cone, AutonomousLoadingStation3GP, AutonomousLoadingStation3GPTune, AutonomousLoadingStationConeCubeScore, AutonomousNothing, AutonomousOnlyBalance, AutonomousPlaceExit, AutonomousScoreConePickupBalance, and PlaceConeCommand.
|
pure virtual |
Get the name of the command to display on the dashboard.
Implemented in AutonomousBalance, AutonomousCableProtector2Gp, AutonomousCableProtector3GPOuiOui, AutonomousCableProtectorPlaceExit, AutoCableProtectSlamGrabBalance, AutonomousDriveForward, AutonomousDriveTuning, AutonomousLoadingStation2Cone, AutonomousLoadingStation3GP, AutonomousLoadingStation3GPTune, AutonomousLoadingStationConeCubeScore, AutonomousNothing, AutonomousOnlyBalance, AutonomousPlaceExit, AutonomousScoreConePickupBalance, and PlaceConeCommand.