Package frc.robot
Class Constants.Elevator.PID
java.lang.Object
frc.robot.Constants.Elevator.PID
- Enclosing class:
- Constants.Elevator
Constants for the PID portion of the elevator.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doublestatic final doublestatic final doublestatic final doublestatic final doublestatic final double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ELEVATOR_KP
public static final double ELEVATOR_KP- See Also:
-
ELEVATOR_KI
public static final double ELEVATOR_KI- See Also:
-
ELEVATOR_KD
public static final double ELEVATOR_KD- See Also:
-
ELEVATOR_KS_VOLTS
public static final double ELEVATOR_KS_VOLTS- See Also:
-
ELEVATOR_KG_VOLTS
public static final double ELEVATOR_KG_VOLTS- See Also:
-
ELEVATOR_KV_VOLT_SECONDS_PER_ROTATION
public static final double ELEVATOR_KV_VOLT_SECONDS_PER_ROTATION- See Also:
-
-
Constructor Details
-
PID
public PID()
-