Class CoralIntakeConstants.Limits
java.lang.Object
frc.alotobots.reefscape.subsystems.coralIntake.constants.CoralIntakeConstants.Limits
- Enclosing class:
- CoralIntakeConstants
Contains physical limits and safety thresholds for the coral intake.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
Maximum open loop intake percent outputstatic final double
Maximum open loop intake percent outputstatic final double
Maximum open loop percent output (global) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MAX_OPEN_LOOP_PERCENTAGE
public static final double MAX_OPEN_LOOP_PERCENTAGEMaximum open loop percent output (global)- See Also:
-
MAX_OPEN_LOOP_INTAKE_PERCENTAGE
public static final double MAX_OPEN_LOOP_INTAKE_PERCENTAGEMaximum open loop intake percent output- See Also:
-
MAX_OPEN_LOOP_EJECT_PERCENTAGE
public static final double MAX_OPEN_LOOP_EJECT_PERCENTAGEMaximum open loop intake percent output- See Also:
-
-
Constructor Details
-
Limits
public Limits()
-