8#include <frc2/command/Command.h>
9#include <frc2/command/CommandHelper.h>
10#include <frc2/command/SequentialCommandGroup.h>
23 :
public frc2::CommandHelper<frc2::Command, AutonomousSource1>
38 void End(
bool interrupted)
override;
45 std::string
GetName()
const final;
A command that can be selected from the dashboard.
Definition autonomous_command.h:14
Definition autonomous_source1.h:24
std::string GetName() const final
Get the name of the command to display on the dashboard.
Definition autonomous_source1.cpp:62
SwerveDriveSubsystem & m_Swerve
Definition autonomous_source1.h:55
void Initialize() override
Definition autonomous_source1.cpp:43
IntakeSubsystem & m_Intake
Definition autonomous_source1.h:52
bool IsFinished() override
Definition autonomous_source1.cpp:58
void Execute() override
Definition autonomous_source1.cpp:48
ElevatorSubsystem & m_Elevator
Definition autonomous_source1.h:54
ShooterSubsystem & m_Shooter
Definition autonomous_source1.h:53
VisionSubsystem & m_Vision
Definition autonomous_source1.h:56
frc2::SequentialCommandGroup m_SeqCommands
Definition autonomous_source1.h:57
frc2::Command * GetCommand() final
Get the command to run when selected from dashboard.
Definition autonomous_source1.cpp:66
void End(bool interrupted) override
Definition autonomous_source1.cpp:53
Definition elevator_subsystem.h:14
Definition intake_subsystem.h:11
Definition shooter_subsystem.h:13
Definition simple_led_subsystem.h:24
Subsystem for controlling the swerve drivetrain of the robot.
Definition swerve_drive_subsystem.h:67
Definition vision_subsystem.h:120
Allows two controllers to swap between "Driver" and "Operator" control schemes on the fly by swapping...
Definition swappable_controllers_subsystem.h:18
Definition Constants.h:68