2022-Robot
Robot code for 2022 FRC Season by Argos, FRC team #1756
|
Works with the climber subsystem to execute a series of setpoints, automating the climb sequence. More...
#include <climb_command.h>
Public Member Functions | |
ClimbCommand (ClimberSubsystem *subsystem, std::vector< ClimberPoint > points) | |
void | Initialize () override |
void | Execute () override |
void | End (bool interrupted) override |
bool | IsFinished () override |
Private Attributes | |
ClimberSubsystem * | m_pClimberSubsystem |
std::vector< ClimberPoint > | m_initPoints |
std::queue< ClimberPoint > | m_climbPoints |
Works with the climber subsystem to execute a series of setpoints, automating the climb sequence.
ClimbCommand::ClimbCommand | ( | ClimberSubsystem * | subsystem, |
std::vector< ClimberPoint > | points | ||
) |
|
override |
|
override |
|
override |
|
override |
|
private |
|
private |
|
private |