|
2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
|
#include <bashguard_homing_command.h>
Public Member Functions | |
| BashGuardHomingCommand (BashGuardSubsystem &subsystem) | |
| void | Initialize () override |
| void | Execute () override |
| void | End (bool interrupted) override |
| bool | IsFinished () override |
Private Attributes | |
| BashGuardSubsystem & | m_bashGuardSubsytem |
| argos_lib::Debouncer | m_bashGuardMovingDebounce |
| std::chrono::time_point< std::chrono::steady_clock > | m_startTime |
Note that this extends CommandHelper, rather extending CommandBase directly; this is crucially important, or else the decorator functions in Command will not work!
|
explicit |
|
override |
|
override |
|
override |
|
override |
|
private |
|
private |
|
private |