public class MoveElbow
extends Command
public MoveElbow(BaseElbow elbow, double elbowSetpointInDegrees)
elbow
- The Elbow to move. This could be the actual elbow from Robot, or a TestElbowangle
- The absolute angle to move to (180, -180) with 180 being towards the front of the robot (where the intake is).
In reality, this angle will not be in this full range because the elbow will have a limit to how much it can move.