Class ArmIO.ArmIOInputs

java.lang.Object
frc.robot.subsystems.intake.arm.ArmIO.ArmIOInputs
Enclosing interface:
ArmIO

public static class ArmIO.ArmIOInputs extends Object
Contains all of the inputs received from the arm hardware.
  • Field Details

    • connected

      public boolean connected
      Whether the arm motor controller is connected.
    • position

      public Angle position
      The current absolute position of the intake arm.
    • velocity

      public AngularVelocity velocity
      The current angular velocity of the intake arm.
    • appliedVoltage

      public Voltage appliedVoltage
      The voltage currently being applied to the arm motor.
    • appliedCurrent

      public Current appliedCurrent
      The current drawn by the arm motor.
    • healthy

      public boolean healthy
      Whether the arm motor is functioning correctly.
    • status

      public int[] status
      The full status of the arm motor controller.
  • Constructor Details

    • ArmIOInputs

      public ArmIOInputs()