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 classstatic classConstants used to configure the driver dashboard.static classstatic classConstants that describe the physical layout of the field.static classstatic classConstants used to configure the hopper.static classstatic classThis is MY intake constant class which I balcantara made btw I don't know what it does YET (it contains constants for my dogwater code for intake)static classConstants used to configure logging.static classConstants used to configure the operator controllers.static classstatic classConstants that control the shooting behavior.static classConstants that configure the superstructure.static classConstants used to configure the turret.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CANBusThe CAN bus used by devices on the CANivore. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CANIVORE_BUS
The CAN bus used by devices on the CANivore.
-
-
Constructor Details
-
Constants
public Constants()
-