Package frc.robot.Subsystems.Climber
Class ClimberSimIO
java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.Subsystems.Climber.Climber
frc.robot.Subsystems.Climber.ClimberSimIO
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,edu.wpi.first.wpilibj2.command.Subsystem
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunClimber(double speed) Runs the climber at a set speed through voltage.Methods 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, periodic, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
ClimberSimIO
protected ClimberSimIO()
-
-
Method Details
-
runClimber
public void runClimber(double speed) Description copied from class:ClimberRuns the climber at a set speed through voltage.- Specified by:
runClimberin classClimber- Parameters:
speed- The voltage at which to run the motor.
-