Package frc.robot
Class Constants.DrivetrainConstants.SysId
java.lang.Object
frc.robot.Constants.DrivetrainConstants.SysId
- Enclosing class:
- Constants.DrivetrainConstants
SysId configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final doubleDelay in seconds between each section.static final doubleTime in seconds to run Dynamic routines.static final doubleThe maximum voltage to apply to the drive motors.static final doubleTime in seconds to run Quasistatic routines.static final booleanSpin in place instead of driving forward. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_VOLTS
public static final double MAX_VOLTSThe maximum voltage to apply to the drive motors.- See Also:
-
DELAY
public static final double DELAYDelay in seconds between each section. This time allows for things to settle (allow motors to spin down, etc.).- See Also:
-
QUASI_TIMEOUT
public static final double QUASI_TIMEOUTTime in seconds to run Quasistatic routines. This prevents the robot from going too far.- See Also:
-
DYNAMIC_TIMEOUT
public static final double DYNAMIC_TIMEOUTTime in seconds to run Dynamic routines.- See Also:
-
TEST_WITH_SPINNING
public static final boolean TEST_WITH_SPINNINGSpin in place instead of driving forward.- See Also:
-
-
Constructor Details
-
SysId
public SysId()
-