Package frc.robot.Subsystems.Funnel
Class FunnelSimIO
java.lang.Object
edu.wpi.first.wpilibj2.command.SubsystemBase
frc.robot.Subsystems.Funnel.Funnel
frc.robot.Subsystems.Funnel.FunnelSimIO
- 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 TypeMethodDescriptionprotected voidsetLeftServo(double setpoint) protected voidsetRightServo(double setpoint) 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
-
FunnelSimIO
protected FunnelSimIO()
-
-
Method Details
-
setLeftServo
protected void setLeftServo(double setpoint) - Specified by:
setLeftServoin classFunnel
-
setRightServo
protected void setRightServo(double setpoint) - Specified by:
setRightServoin classFunnel
-