|
2025-Robot
Robot code for 2025 FRC season by Argos, FRC team #1756
|
#include <climb_command.h>
Public Member Functions | |
| ClimbCommand (ClimberSubsystem *m_pClimberSubsystem) | |
| void | Initialize () override |
| void | Execute () override |
| void | End (bool interrupted) override |
| bool | IsFinished () override |
Private Attributes | |
| ClimberSubsystem * | m_pClimberSubsystem |
Note that this extends CommandHelper, rather extending Command directly; this is crucially important, or else the decorator functions in Command will not work!
| ClimbCommand::ClimbCommand | ( | ClimberSubsystem * | climberSubsystem | ) |
|
override |
|
override |
|
override |
|
override |
|
private |