#include <Climb.h>
Definition at line 11 of file Climb.h.
◆ Climb()
Class constructor.
Definition at line 4 of file Climb.cpp.
◆ End()
◆ Execute()
Called in a loop during Teleop.
Definition at line 19 of file Climb.cpp.
◆ Initialize()
void Climb::Initialize |
( |
| ) |
|
|
override |
Runs once on initalization.
Definition at line 12 of file Climb.cpp.
◆ Interrupted()
void Climb::Interrupted |
( |
| ) |
|
|
override |
Runs once if the command is forced to stop.
Definition at line 63 of file Climb.cpp.
◆ IsFinished()
bool Climb::IsFinished |
( |
| ) |
|
|
override |
Used to tell wpilib if the command is fully finished. This should never return true Because we always want to be able to drive the bot during teleop
- Returns
- True if command is finished, else false
Definition at line 52 of file Climb.cpp.
◆ armSpeed
◆ crawlSpeed
◆ legSpeed
◆ pJoyOp
frc::XboxController* Climb::pJoyOp |
|
private |
The documentation for this class was generated from the following files: