Package frc.robot
Class Constants.DashboardConstants
java.lang.Object
frc.robot.Constants.DashboardConstants
- Enclosing class:
- Constants
Constants used to configure the driver dashboard.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the tab used in Auto.static final TimeHow long to wait between each update of the motor warning class.static final TemperatureThe temperature the motor has to fall to for another alert to be sent.static final TemperatureThe temperature at which a warning is shown on the dashboard about motor overtemp.static final StringThe name of the tab used in Teleop. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTO_TAB_NAME
The name of the tab used in Auto.- See Also:
-
TELEOP_TAB_NAME
The name of the tab used in Teleop.- See Also:
-
MOTOR_WARNING_TEMPERATURE
The temperature at which a warning is shown on the dashboard about motor overtemp. -
MOTOR_WARNING_RESET_TEMPERATURE
The temperature the motor has to fall to for another alert to be sent. This adds a bit of hysteresis. -
MOTOR_WARNING_INTERVAL
How long to wait between each update of the motor warning class.
-
-
Constructor Details
-
DashboardConstants
public DashboardConstants()
-