Package frc.robot
Class Constants
java.lang.Object
frc.robot.Constants
The Constants class provides a convenient place for teams to hold robot-wide numerical or boolean
constants. This class should not be used for any other purpose. All constants should be declared
globally (i.e. public static). Do not put anything functional in this class.
It is advised to statically import this class (or one of its inner classes) wherever the constants are needed, to reduce verbosity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Position presets for the Arm.static class
Constants used to configure the autonomous program.static class
Constants used to configure the driver dashboard.static class
Constants used by theDrivetrain
.static class
Constants used to configure theElevator
.static class
Constants that describe the physical layout of the field.static class
Constants used by theHead
's intake.static class
Constants used to configure logging.static class
Constants used to configure the operator controllers.static class
Constants used to configure the pivot.static class
Constants used by theHead
's shooter.static class
Constants used to configure vision. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Constants
public Constants()
-