Class RotaryIntake.Parameters
java.lang.Object
org.firstinspires.ftc.teamcode.fy23.robot.subsystems.RotaryIntake.Parameters
- Enclosing interface:
- RotaryIntake
-
Field Summary
Modifier and TypeFieldDescriptioncom.qualcomm.robotcore.hardware.CRServo
The servo that drives the claw, already instantiated and configuredfinal boolean
You already set this in the constructor and cannot set it again.double
-
Constructor Summary
ConstructorDescriptionParameters
(boolean present) Create a Parameters object and provide parameters that don't have default values. -
Method Summary
-
Field Details
-
present
public final boolean presentYou already set this in the constructor and cannot set it again. -
intakeServo
public com.qualcomm.robotcore.hardware.CRServo intakeServoThe servo that drives the claw, already instantiated and configured -
servoPower
public double servoPower
-
-
Constructor Details
-
Parameters
public Parameters(boolean present) Create a Parameters object and provide parameters that don't have default values.- Parameters:
present
- Is this subsystem installed on this robot?
-