Package frc.robot
Class RobotConstants
- java.lang.Object
-
- frc.robot.RobotConstants
-
public class RobotConstants extends java.lang.ObjectAll constants and configuration for the robot should be stored here
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRobotConstants.Autonomousstatic classRobotConstants.ClimberConstants regarding the Climberstatic classRobotConstants.ControlGainsControl Gains Measurementsstatic classRobotConstants.DriveTrainConstants regarding the DriveTrainstatic classRobotConstants.HopperConstants regarding the hopperstatic classRobotConstants.HumanInputsConstants regarding human inputstatic classRobotConstants.IntakeConstants regarding the intakestatic classRobotConstants.PanelManipulatorstatic classRobotConstants.Pneumaticsstatic classRobotConstants.Shooter
-
Field Summary
Fields Modifier and Type Field Description static booleanENABLE_PID_TUNING_OUTPUTSstatic booleanPUBLISH_SD_TELEMETRY
-
Constructor Summary
Constructors Constructor Description RobotConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisCompBot()Method for checking if the current robot is not MiniBot
-
-
-
Field Detail
-
PUBLISH_SD_TELEMETRY
public static final boolean PUBLISH_SD_TELEMETRY
- See Also:
- Constant Field Values
-
ENABLE_PID_TUNING_OUTPUTS
public static final boolean ENABLE_PID_TUNING_OUTPUTS
- See Also:
- Constant Field Values
-
-