Package frc.robot.subsystems.shooter
Interface ShooterIO
- All Known Implementing Classes:
ShooterReal,ShooterSim
public interface ShooterIO
Shooter IO Interface
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidrunDutyCycleVelocity(double velocity) voidrunTorqueCurrentVelocity(double velocity) voidsetConstants(FlywheelConstants constants) voidupdateInputs(ShooterIO.ShooterInputs inputs)
-
Method Details
-
updateInputs
-
runDutyCycleVelocity
void runDutyCycleVelocity(double velocity) -
runTorqueCurrentVelocity
void runTorqueCurrentVelocity(double velocity) -
setConstants
-