Class HoodIO.HoodIOInputs
java.lang.Object
frc.robot.subsystems.shooter.hood.HoodIO.HoodIOInputs
- Enclosing interface:
- HoodIO
Contains all of the inputs received from the hood hardware.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the hood has reached its target setpoint.The current physical length of the hood actuator.The target length the hood actuator is moving towards. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
currentLength
The current physical length of the hood actuator. -
targetLength
The target length the hood actuator is moving towards. -
atSetpoint
public boolean atSetpointWhether the hood has reached its target setpoint.
-
-
Constructor Details
-
HoodIOInputs
public HoodIOInputs()
-