9#include <frc2/command/Command.h>
10#include <frc2/command/CommandHelper.h>
21 void End(
bool interrupted)
override;
28 std::chrono::time_point<std::chrono::steady_clock>
m_startTime;
Definition climber_homing_command.h:13
std::chrono::time_point< std::chrono::steady_clock > m_startTime
Definition climber_homing_command.h:28
bool IsFinished() override
Definition climber_homing_command.cpp:49
ClimberSubsystem & m_climberSubsystem
Definition climber_homing_command.h:26
const argos_lib::RobotInstance m_instance
Definition climber_homing_command.h:29
argos_lib::Debouncer m_climberMovingDebounce
Definition climber_homing_command.h:27
void Execute() override
Definition climber_homing_command.cpp:26
void Initialize() override
Definition climber_homing_command.cpp:18
void End(bool interrupted) override
Definition climber_homing_command.cpp:38
Definition climber_subsystem.h:13
Definition debouncer.h:14
RobotInstance
Differentiates between practice robot and competition robot.
Definition config_types.h:13