Package frc.robot

Class Constants.Shooter

java.lang.Object
frc.robot.Constants.Shooter
Enclosing class:
Constants

public static final class Constants.Shooter extends Object
Shooter Constants
  • Field Details

    • motor1ID

      public static final int motor1ID
      ID for Shooter Motor 1
      See Also:
    • motor2ID

      public static final int motor2ID
      ID for Shooter Motor 2
      See Also:
    • shooterMotorInvert

      public static final com.ctre.phoenix6.signals.InvertedValue shooterMotorInvert
      Motor Invert for Shooter Motors
    • shooterMotorAlignment

      public static final com.ctre.phoenix6.signals.MotorAlignmentValue shooterMotorAlignment
      Motor Alignment for Shooter Motors
    • shooterNeutralMode

      public static final com.ctre.phoenix6.signals.NeutralModeValue shooterNeutralMode
      Neutral Mode for Shooter Motors
    • shooterKS

      public static final double shooterKS
      See Also:
    • shooterKV

      public static final double shooterKV
      See Also:
    • shooterKP

      public static final double shooterKP
      See Also:
    • shooterKI

      public static final double shooterKI
      See Also:
    • shooterKD

      public static final double shooterKD
      See Also:
    • passingSpeed

      public static final double passingSpeed
      See Also:
    • shooterVelocity

      public static final double shooterVelocity
      See Also:
    • constants

      public static final FlywheelConstants constants
  • Constructor Details

    • Shooter

      public Shooter()