Package frc.robot.constants
Class ShooterConstants
java.lang.Object
frc.robot.constants.ShooterConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final doublestatic final intstatic final intstatic final intstatic final doublestatic final intstatic final intstatic final doubleRadius of the shooter flywheel in meters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LM_MOTOR_ID
public static final int LM_MOTOR_ID- See Also:
-
LF_MOTOR_ID
public static final int LF_MOTOR_ID- See Also:
-
RM_MOTOR_ID
public static final int RM_MOTOR_ID- See Also:
-
RF_MOTOR_ID
public static final int RF_MOTOR_ID- See Also:
-
FEEDER_MOTOR_ID
public static final int FEEDER_MOTOR_ID- See Also:
-
CANBUS
- See Also:
-
PROJECTILE_SPEED_MPS
public static final double PROJECTILE_SPEED_MPS- See Also:
-
FEEDER_GEAR_RATIO
public static final double FEEDER_GEAR_RATIO- See Also:
-
SHOOTER_WHEEL_RADIUS_METERS
public static final double SHOOTER_WHEEL_RADIUS_METERSRadius of the shooter flywheel in meters. Used for v = ωr conversion from launch speed (m/s) to flywheel angular velocity (rad/s). 0.0508m = 2 inch radius (4 inch diameter wheel).- See Also:
-
-
Constructor Details
-
ShooterConstants
public ShooterConstants()
-