Package frc.robot.Subsystems.Funnel
Class FunnelRealIO
java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.Subsystems.Funnel.Funnel
frc.robot.Subsystems.Funnel.FunnelRealIO
- All Implemented Interfaces:
edu.wpi.first.util.sendable.Sendable,edu.wpi.first.wpilibj2.command.Subsystem
-
Nested Class Summary
Nested classes/interfaces inherited from class frc.robot.Subsystems.Funnel.Funnel
Funnel.FunnelState -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublevoidperiodic()protected voidsetLeftServo(double speed) protected voidsetRightServo(double speed) 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, register, removeDefaultCommand, run, runEnd, runOnce, setDefaultCommand, simulationPeriodic, startEnd, startRun
-
Constructor Details
-
FunnelRealIO
protected FunnelRealIO()
-
-
Method Details
-
setLeftServo
protected void setLeftServo(double speed) - Specified by:
setLeftServoin classFunnel
-
setRightServo
protected void setRightServo(double speed) - Specified by:
setRightServoin classFunnel
-
getLeftSpeed
public double getLeftSpeed() -
getRightSpeed
public double getRightSpeed() -
periodic
public void periodic()
-