Class IndexerConstants

java.lang.Object
frc.robot.constants.IndexerConstants

public class IndexerConstants extends Object
  • Field Details

    • topMotorID

      public static final int topMotorID
      See Also:
    • bottomMotorID

      public static final int bottomMotorID
      See Also:
    • indexerRotateID

      public static final int indexerRotateID
      See Also:
    • centerLimebreakID

      public static final int centerLimebreakID
      See Also:
    • upLimeBreakID

      public static final int upLimeBreakID
      See Also:
    • indexerP

      public static final double indexerP
      See Also:
    • indexerI

      public static final double indexerI
      See Also:
    • indexerD

      public static final double indexerD
      See Also:
    • posOffset

      public static final double posOffset
      See Also:
    • indexerMinAngle

      public static final double indexerMinAngle
    • indexerMaxAngle

      public static final double indexerMaxAngle
    • indexerTrapezoidProfile

      public static final edu.wpi.first.math.trajectory.TrapezoidProfile.Constraints indexerTrapezoidProfile
    • indexerFF

      public static final edu.wpi.first.math.controller.ArmFeedforward indexerFF
  • Constructor Details

    • IndexerConstants

      public IndexerConstants()