Class ArmMoving

All Implemented Interfaces:
Sendable

public class ArmMoving extends Command
This command will move the arm to a requested angle.
  • Constructor Details

    • ArmMoving

      public ArmMoving(Arm arm, double goal)
      Requirements for the command.
      Parameters:
      arm - Arm subsystem.
      goal - Goal at which the arm should move to.
  • Method Details