2024-Robot
Robot code for 2024 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
AutonomousCommand Class Referenceabstract

A command that can be selected from the dashboard. More...

#include <autonomous_command.h>

Inheritance diagram for AutonomousCommand:
AutonomousAmpSideSubwoofer2Piece AutonomousAmpSideSubwoofer2PieceChaos AutonomousAmpSideSubwoofer2PieceSkip AutonomousCenter2Wing AutonomousCenterSubwoofer4Piece AutonomousCenterSubwoofer6Piece AutonomousChoreoTest AutonomousNothing AutonomousSource1 AutonomousSource2 AutonomousSourceSideSteal2 AutonomousSourceSideSubwoofer2Piece AutonomousSourceSideSubwoofer3PieceSteal AutonomousSourceSideSubwoofer4Piece AutonomousSourceSideSubwoofer5Piece AutonomousZeroNote

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.
 

Detailed Description

A command that can be selected from the dashboard.

Constructor & Destructor Documentation

◆ AutonomousCommand()

AutonomousCommand::AutonomousCommand ( )
default

Member Function Documentation

◆ GetCommand()

◆ GetName()


The documentation for this class was generated from the following file: