Package frc.lib.util

Class ArmPosition

java.lang.Object
frc.lib.util.ArmPosition

public class ArmPosition extends Object
Class representing the position of the Arm components
  • Constructor Details

    • ArmPosition

      public ArmPosition(double armAngle, boolean armExtended, double wristAngle)
      Class representing the position of the Arm components
    • ArmPosition

      public ArmPosition(double armAngle, boolean armExtended)
      Class representing the position of the Arm components
    • ArmPosition

      public ArmPosition(double armAngle)
      Class representing the position of the Arm components
  • Method Details

    • getArmAngle

      public double getArmAngle()
      Get the Arm Angle
      Returns:
      Arm Angle
    • getArmExtended

      public boolean getArmExtended()
      Get Arm Extension
      Returns:
      True if extended, false if not
    • getWristAngle

      public double getWristAngle()
      Get Wrist Angle
      Returns:
      Wrist Angle