Package frc.robot.subsystems.coral
Class CoralScoringReal
java.lang.Object
frc.robot.subsystems.coral.CoralScoringReal
- All Implemented Interfaces:
CoralScoringIO
Real Class Coral Scoring
-
Nested Class Summary
Nested classes/interfaces inherited from interface frc.robot.subsystems.coral.CoralScoringIO
CoralScoringIO.CoralScoringInputs, CoralScoringIO.Empty
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCoralPower
(double percent) void
updating coral beam brakes
-
Field Details
-
coralScoringRelativeEnc
public final com.revrobotics.RelativeEncoder coralScoringRelativeEnc
-
-
Constructor Details
-
CoralScoringReal
public CoralScoringReal()Coral Scoring Real
-
-
Method Details
-
updateInputs
updating coral beam brakes- Specified by:
updateInputs
in interfaceCoralScoringIO
-
setCoralPower
public void setCoralPower(double percent) - Specified by:
setCoralPower
in interfaceCoralScoringIO
-