Class IndexerBed.IndexerBedConfig

java.lang.Object
frc.spectrumLib.mechanism.Mechanism.Config
frc.robot.indexerBed.IndexerBed.IndexerBedConfig
Enclosing class:
IndexerBed

public static class IndexerBed.IndexerBedConfig extends Mechanism.Config
  • Constructor Details

    • IndexerBedConfig

      public IndexerBedConfig()
  • Method Details

    • getIndexerVoltageOut

      public double getIndexerVoltageOut()
    • setIndexerVoltageOut

      public void setIndexerVoltageOut(double indexerVoltageOut)
    • getIndexerTorqueCurrent

      public double getIndexerTorqueCurrent()
    • setIndexerTorqueCurrent

      public void setIndexerTorqueCurrent(double indexerTorqueCurrent)
    • getCurrentLimit

      public double getCurrentLimit()
    • setCurrentLimit

      public void setCurrentLimit(double currentLimit)
    • getTorqueCurrentLimit

      public double getTorqueCurrentLimit()
    • setTorqueCurrentLimit

      public void setTorqueCurrentLimit(double torqueCurrentLimit)
    • getVelocityKp

      public double getVelocityKp()
    • setVelocityKp

      public void setVelocityKp(double velocityKp)
    • getVelocityKv

      public double getVelocityKv()
    • setVelocityKv

      public void setVelocityKv(double velocityKv)
    • getVelocityKs

      public double getVelocityKs()
    • setVelocityKs

      public void setVelocityKs(double velocityKs)
    • getIntakeX

      public double getIntakeX()
    • setIntakeX

      public void setIntakeX(double intakeX)
    • getIntakeY

      public double getIntakeY()
    • setIntakeY

      public void setIntakeY(double intakeY)
    • getWheelDiameter

      public double getWheelDiameter()
    • setWheelDiameter

      public void setWheelDiameter(double wheelDiameter)