Package frc.robot
Class Constants
java.lang.Object
frc.robot.Constants
Constants file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAuto constantsstatic classCamera offset constants.static final classClimber constantsstatic final classClass for elevator and wrist constantsstatic final classConstants for intakestatic final classLED constants.static final classMotor CAN id's.static final classPneumatics CAN id constants.static final classConstants of Shootersstatic final classSwerve Constantsstatic classMoveToPos constants. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDriver IDstatic final doubleHow far in the future we should "lead" the aiming of the shooter for shooting while moving.static final intOperator IDstatic final doubleStick Deadband -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STICK_DEADBAND
public static final double STICK_DEADBANDStick Deadband- See Also:
-
DRIVER_ID
public static final int DRIVER_IDDriver ID- See Also:
-
OPERATOR_ID
public static final int OPERATOR_IDOperator ID- See Also:
-
LEAD_GAIN
public static final double LEAD_GAINHow far in the future we should "lead" the aiming of the shooter for shooting while moving.- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-