Package frc.robot
Class RobotConstants.Shooter
- java.lang.Object
-
- frc.robot.RobotConstants.Shooter
-
- Enclosing class:
- RobotConstants
public static class RobotConstants.Shooter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_VELOCITYstatic doublekDVelstatic doublekFFstatic doublekIVelstatic doublekIzstatic doublekPVelstatic doubleLAUNCH_ANGLEstatic doubleLIMELIGHT_HEIGHTstatic doubleLIMELIGHT_MOUNT_ANGLEstatic intMOTOR_IDShooter motorm_releasePin.clearAllFaults();static doubleMOTOR_KVstatic doubleMOTOR_MAX_RPMstatic doubleRPM_EPSILONstatic doubleRPM_PER_METERstatic doubleRPM_PER_MPSstatic doubleTARGET_HEIGHTstatic doubleVOLTAGE_EPSILONstatic doubleWHEEL_CIRCUMFERENCEstatic doubleWHEEL_DIAMETER
-
Constructor Summary
Constructors Constructor Description Shooter()
-
-
-
Field Detail
-
MOTOR_ID
public static final int MOTOR_ID
Shooter motorm_releasePin.clearAllFaults();- See Also:
- Constant Field Values
-
MOTOR_MAX_RPM
public static final double MOTOR_MAX_RPM
- See Also:
- Constant Field Values
-
MOTOR_KV
public static final double MOTOR_KV
- See Also:
- Constant Field Values
-
VOLTAGE_EPSILON
public static final double VOLTAGE_EPSILON
- See Also:
- Constant Field Values
-
RPM_EPSILON
public static final double RPM_EPSILON
- See Also:
- Constant Field Values
-
kPVel
public static final double kPVel
- See Also:
- Constant Field Values
-
kIVel
public static final double kIVel
- See Also:
- Constant Field Values
-
kDVel
public static final double kDVel
- See Also:
- Constant Field Values
-
kIz
public static final double kIz
- See Also:
- Constant Field Values
-
kFF
public static final double kFF
- See Also:
- Constant Field Values
-
TARGET_HEIGHT
public static final double TARGET_HEIGHT
- See Also:
- Constant Field Values
-
LIMELIGHT_HEIGHT
public static final double LIMELIGHT_HEIGHT
- See Also:
- Constant Field Values
-
LIMELIGHT_MOUNT_ANGLE
public static final double LIMELIGHT_MOUNT_ANGLE
- See Also:
- Constant Field Values
-
LAUNCH_ANGLE
public static final double LAUNCH_ANGLE
- See Also:
- Constant Field Values
-
WHEEL_DIAMETER
public static final double WHEEL_DIAMETER
-
WHEEL_CIRCUMFERENCE
public static final double WHEEL_CIRCUMFERENCE
-
RPM_PER_METER
public static final double RPM_PER_METER
-
RPM_PER_MPS
public static final double RPM_PER_MPS
-
DEFAULT_VELOCITY
public static final double DEFAULT_VELOCITY
- See Also:
- Constant Field Values
-
-