Package frc.robot
Class Constants
java.lang.Object
frc.robot.Constants
Constants file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Auto constantsstatic class
Camera offset constants.static final class
Climber constantsstatic final class
Class for elevator and wrist constantsstatic final class
Constants for intakestatic final class
LED constants.static final class
Motor CAN id's.static final class
Pneumatics CAN id constants.static final class
Constants of Shootersstatic final class
Swerve Constantsstatic class
MoveToPos constants. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Driver IDstatic final double
How far in the future we should "lead" the aiming of the shooter for shooting while moving.static final int
Operator IDstatic final double
Stick 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()
-