Package frc.robot
Class Constants.Shooter
java.lang.Object
frc.robot.Constants.Shooter
- Enclosing class:
- Constants
Shooter Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FlywheelConstantsstatic final intID for Shooter Motor 1static final intID for Shooter Motor 2static final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final com.ctre.phoenix6.signals.MotorAlignmentValueMotor Alignment for Shooter Motorsstatic final com.ctre.phoenix6.signals.InvertedValueMotor Invert for Shooter Motorsstatic final com.ctre.phoenix6.signals.NeutralModeValueNeutral Mode for Shooter Motorsstatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
motor1ID
public static final int motor1IDID for Shooter Motor 1- See Also:
-
motor2ID
public static final int motor2IDID for Shooter Motor 2- See Also:
-
shooterMotorInvert
public static final com.ctre.phoenix6.signals.InvertedValue shooterMotorInvertMotor Invert for Shooter Motors -
shooterMotorAlignment
public static final com.ctre.phoenix6.signals.MotorAlignmentValue shooterMotorAlignmentMotor Alignment for Shooter Motors -
shooterNeutralMode
public static final com.ctre.phoenix6.signals.NeutralModeValue shooterNeutralModeNeutral 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
-
-
Constructor Details
-
Shooter
public Shooter()
-