Make a command called ArmPID that controls the angle of the arm. It should use a combination of motion profiles, feedforward, and pid to move the arm to a goal angle. The command should keep running even after the arm has reached its target to hold the arm in place.
Make a command called
ArmPID
that controls the angle of the arm. It should use a combination of motion profiles, feedforward, and pid to move the arm to a goal angle. The command should keep running even after the arm has reached its target to hold the arm in place.