7#include <frc2/command/Command.h>
A command that can be selected from the dashboard.
Definition autonomous_command.h:14
AutonomousCommand()=default
virtual frc2::Command * GetCommand()=0
Get the command to run when selected from dashboard.
virtual std::string GetName() const =0
Get the name of the command to display on the dashboard.