Package frc.robot
Class Constants.DrivetrainConstants.SysId
java.lang.Object
frc.robot.Constants.DrivetrainConstants.SysId
- Enclosing class:
- Constants.DrivetrainConstants
SysId configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final double
Delay in seconds between each section.static final double
Time in seconds to run Dynamic routines.static final double
The maximum voltage to apply to the drive motors.static final double
Time in seconds to run Quasistatic routines.static final boolean
Spin in place instead of driving forward. -
Constructor Summary
-
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()
-