Package frc.robot.subsystems.intake.arm
Class ArmIO.ArmIOInputs
java.lang.Object
frc.robot.subsystems.intake.arm.ArmIO.ArmIOInputs
- Enclosing interface:
- ArmIO
Contains all of the inputs received from the arm hardware.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe current drawn by the arm motor.The voltage currently being applied to the arm motor.booleanWhether the arm motor controller is connected.booleanWhether the arm motor is functioning correctly.The current absolute position of the intake arm.int[]The full status of the arm motor controller.The current angular velocity of the intake arm. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
connected
public boolean connectedWhether the arm motor controller is connected. -
position
The current absolute position of the intake arm. -
velocity
The current angular velocity of the intake arm. -
appliedVoltage
The voltage currently being applied to the arm motor. -
appliedCurrent
The current drawn by the arm motor. -
healthy
public boolean healthyWhether the arm motor is functioning correctly. -
status
public int[] statusThe full status of the arm motor controller.
-
-
Constructor Details
-
ArmIOInputs
public ArmIOInputs()
-