Package frc.robot
Class Constants.ShooterConstants
java.lang.Object
frc.robot.Constants.ShooterConstants
- Enclosing class:
- Constants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
static final double
static final double
static final int
static final int
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
-
Constructor Summary
-
Method Summary
-
Field Details
-
MOTOR_BOTTOM_CAN_ID
public static final int MOTOR_BOTTOM_CAN_ID- See Also:
-
MOTOR_TOP_CAN_ID
public static final int MOTOR_TOP_CAN_ID- See Also:
-
BOTTOM_kP
public static final double BOTTOM_kP- See Also:
-
BOTTOM_kI
public static final double BOTTOM_kI- See Also:
-
BOTTOM_kD
public static final double BOTTOM_kD- See Also:
-
BOTTOM_kF
public static final double BOTTOM_kF- See Also:
-
BOTTOM_kMinOutput
public static final double BOTTOM_kMinOutput- See Also:
-
BOTTOM_kMaxOutput
public static final double BOTTOM_kMaxOutput- See Also:
-
TOP_kP
public static final double TOP_kP- See Also:
-
TOP_kI
public static final double TOP_kI- See Also:
-
TOP_kD
public static final double TOP_kD- See Also:
-
TOP_kF
public static final double TOP_kF- See Also:
-
TOP_kMinOutput
public static final double TOP_kMinOutput- See Also:
-
TOP_kMaxOutput
public static final double TOP_kMaxOutput- See Also:
-
VELOCITY_MINIMUM
public static final double VELOCITY_MINIMUM- See Also:
-
VELOCITY_MAXIMUM
public static final double VELOCITY_MAXIMUM- See Also:
-
-
Constructor Details
-
ShooterConstants
public ShooterConstants()
-