Enabling testing for the Intake and Flappy Servo together
Previously, the programming team had supplied the engineering team with two test OpModes. The first OpMode, called "VariableMotorTest" was a Teleop OpMode that allowed a driver to set various motor speeds. This has been used by the team to help determine the right motor speeds to use for the intake motor and shooter motors. We also created another OpMode called ContinuousServoTest which spins the continuous servo. This was used to help the engineers test the prototype "flappy servo" which is the mechanism used to transfer the disks from the intake to the shooter platform. At the Oct 19th meeting, the engineering team was able to mount the intake system onto the robot frame. They were able to successfully test both the flappy servo and the intake motor, but not at the same time. At tonight's programmer meeting, we developed a new OpMode called Motor+ServoSpeedTest. This OpMode combines the features of the other two OpModes by allowing a user to se...