Class IndexerTower.IndexerTowerConfig

java.lang.Object
frc.spectrumLib.mechanism.Mechanism.Config
frc.robot.indexerTower.IndexerTower.IndexerTowerConfig
Enclosing class:
IndexerTower

public static class IndexerTower.IndexerTowerConfig extends Mechanism.Config
  • Constructor Details

    • IndexerTowerConfig

      public IndexerTowerConfig()
  • Method Details

    • getIndexVoltageOut

      public double getIndexVoltageOut()
    • setIndexVoltageOut

      public void setIndexVoltageOut(double indexVoltageOut)
    • getUnjamVoltageOut

      public double getUnjamVoltageOut()
    • setUnjamVoltageOut

      public void setUnjamVoltageOut(double unjamVoltageOut)
    • getIndexerTorqueCurrent

      public double getIndexerTorqueCurrent()
    • setIndexerTorqueCurrent

      public void setIndexerTorqueCurrent(double indexerTorqueCurrent)
    • getIndexerVelocityRPM

      public double getIndexerVelocityRPM()
    • setIndexerVelocityRPM

      public void setIndexerVelocityRPM(double indexerVelocityRPM)
    • getIndexerSlowVelocityRPM

      public double getIndexerSlowVelocityRPM()
    • setIndexerSlowVelocityRPM

      public void setIndexerSlowVelocityRPM(double indexerSlowVelocityRPM)
    • getIndexerUnjamRPM

      public double getIndexerUnjamRPM()
    • setIndexerUnjamRPM

      public void setIndexerUnjamRPM(double indexerUnjamRPM)
    • getIndexerTowerFeedRPM

      public DoubleSubscriber getIndexerTowerFeedRPM()
    • getCurrentLimit

      public double getCurrentLimit()
    • setCurrentLimit

      public void setCurrentLimit(double currentLimit)
    • getTorqueCurrentLimit

      public double getTorqueCurrentLimit()
    • setTorqueCurrentLimit

      public void setTorqueCurrentLimit(double torqueCurrentLimit)
    • getLowerCurrentLimit

      public double getLowerCurrentLimit()
    • setLowerCurrentLimit

      public void setLowerCurrentLimit(double lowerCurrentLimit)
    • getTimeUntilLowerCurrent

      public double getTimeUntilLowerCurrent()
    • setTimeUntilLowerCurrent

      public void setTimeUntilLowerCurrent(double timeUntilLowerCurrent)
    • 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()
    • getIntakeY

      public double getIntakeY()
    • getWheelDiameter

      public double getWheelDiameter()