Package frc.robot.subsystems.Climber
Class Climber
java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.subsystems.Climber.Climber
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,edu.wpi.first.wpilibj2.command.Subsystem
- Direct Known Subclasses:
ClimberRealIO,ClimberSimIO
public abstract class Climber
extends edu.wpi.first.wpilibj2.command.SubsystemBase
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionInstance of the Climber.Commands class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidperiodic()voidsetLeftClimber(int direction) voidsetRightClimber(int direction) voidMethods inherited from class edu.wpi.first.wpilibj2.command.SubsystemBase
addChild, getName, getSubsystem, initSendable, setName, setSubsystemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface edu.wpi.first.wpilibj2.command.Subsystem
defer, getCurrentCommand, getDefaultCommand, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, startEnd
-
Field Details
-
commands
Instance of the Climber.Commands class
-
-
Constructor Details
-
Climber
public Climber()
-
-
Method Details
-
setLeftClimber
public void setLeftClimber(int direction) -
setRightClimber
public void setRightClimber(int direction) -
periodic
public void periodic() -
simulationPeriodic
public void simulationPeriodic()
-