Package frc.robot
Class Constants.ShooterConstants
java.lang.Object
frc.robot.Constants.ShooterConstants
- Enclosing class:
- Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final booleanstatic final booleanstatic final intstatic final AngularVelocityThe speed for the flywheel while the shooter is homed.static final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final intstatic final doublestatic final doublestatic final doublestatic final booleanstatic final doublestatic final doublestatic final AngularVelocity -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LEADER_CAN_ID
public static final int LEADER_CAN_ID- See Also:
-
FOLLOWER_CAN_ID
public static final int FOLLOWER_CAN_ID- See Also:
-
KP_0
public static final double KP_0- See Also:
-
KI_0
public static final double KI_0- See Also:
-
KD_0
public static final double KD_0- See Also:
-
KV_0
public static final double KV_0- See Also:
-
KS_0
public static final double KS_0- See Also:
-
KP_1
public static final double KP_1- See Also:
-
KI_1
public static final double KI_1- See Also:
-
KD_1
public static final double KD_1- See Also:
-
KV_1
public static final double KV_1- See Also:
-
KS_1
public static final double KS_1- See Also:
-
MAXIMUM_VELOCITY
public static final double MAXIMUM_VELOCITY- See Also:
-
ACCELERATION
public static final double ACCELERATION- See Also:
-
ENABLE_STATOR_LIMIT
public static final boolean ENABLE_STATOR_LIMIT- See Also:
-
STATOR_CURRENT_LIMIT
public static final double STATOR_CURRENT_LIMIT- See Also:
-
ENABLE_SUPPLY_LIMIT
public static final boolean ENABLE_SUPPLY_LIMIT- See Also:
-
SUPPLY_CURRENT_LIMIT
public static final double SUPPLY_CURRENT_LIMIT- See Also:
-
TOLERANCE
-
SUPPLY_CURRENT_LOWER_LIMIT
public static final double SUPPLY_CURRENT_LOWER_LIMIT- See Also:
-
SUPPLY_CURRENT_LOWER_TIME
public static final double SUPPLY_CURRENT_LOWER_TIME- See Also:
-
SUPPLY_CURRENT_LIMIT_ENABLE
public static final boolean SUPPLY_CURRENT_LIMIT_ENABLE- See Also:
-
IDLE_SPEED
The speed for the flywheel while the shooter is homed.
-
-
Constructor Details
-
ShooterConstants
public ShooterConstants()
-