Package frc.robot
Class Constants.ElevatorWristConstants.PID
java.lang.Object
frc.robot.Constants.ElevatorWristConstants.PID
- Enclosing class:
- Constants.ElevatorWristConstants
PID constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
static final double
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
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_MAX_VELOCITY
public static final double ELEVATOR_MAX_VELOCITY- See Also:
-
ELEVATOR_MAX_ACCELERATION
public static final double ELEVATOR_MAX_ACCELERATION- See Also:
-
ELEVATOR_KS
public static final double ELEVATOR_KS- See Also:
-
ELEVATOR_KG
public static final double ELEVATOR_KG- See Also:
-
ELEVATOR_KV
public static final double ELEVATOR_KV- See Also:
-
WRIST_KP
public static final double WRIST_KP- See Also:
-
WRIST_AMP_KP
public static final double WRIST_AMP_KP- See Also:
-
WRIST_LARGE_KP
public static final double WRIST_LARGE_KP- See Also:
-
WRIST_KI
public static final double WRIST_KI- See Also:
-
WRIST_AMP_KI
public static final double WRIST_AMP_KI- See Also:
-
WRIST_KD
public static final double WRIST_KD- See Also:
-
WRIST_AMP_KD
public static final double WRIST_AMP_KD- See Also:
-
WRIST_MAX_VELOCITY
public static final double WRIST_MAX_VELOCITY- See Also:
-
WRIST_MAX_ACCELERATION
public static final double WRIST_MAX_ACCELERATION- See Also:
-
WRIST_KS
public static final double WRIST_KS- See Also:
-
WRIST_KG
public static final double WRIST_KG- See Also:
-
WRIST_KV
public static final double WRIST_KV- See Also:
-
WRIST_LOWPASS
public static final double WRIST_LOWPASS- See Also:
-
-
Constructor Details
-
PID
public PID()
-