7#include <frc2/command/CommandBase.h>
8#include <frc2/command/CommandHelper.h>
27 void End(
bool interrupted)
override;
34 std::chrono::time_point<std::chrono::steady_clock>
m_startTime;
Controls the climber of the robot.
Definition: climber_subsystem.h:22
Slowly moves hooks down the rail, upon reaching known position will reset relative positioning.
Definition: home_climber_hook_command.h:19
std::chrono::time_point< std::chrono::steady_clock > m_startTime
Definition: home_climber_hook_command.h:34
void Execute() override
Definition: home_climber_hook_command.cpp:27
ClimberSubsystem * m_pClimberSubsystem
Definition: home_climber_hook_command.h:32
void End(bool interrupted) override
Definition: home_climber_hook_command.cpp:40
argos_lib::Debouncer m_hookMovingDebounce
Definition: home_climber_hook_command.h:33
bool IsFinished() override
Definition: home_climber_hook_command.cpp:51
void Initialize() override
Definition: home_climber_hook_command.cpp:17
Definition: debouncer.h:14