team116 / ed2017

1 stars 0 forks source link

Servo controlled "Converter" #28

Closed cartycrabber closed 7 years ago

cartycrabber commented 7 years ago

So we "might" have the converter, the thing that opens a flap on the ball tank allowing another robot to feed balls into our bot. If it exists it "might" be controlled by one servo, so go with that for now. There's already a port for it in RobotPorts. Use the WPILib Servo class. The angles will probably be 0 and 90. Put this in the Converter class in our code. It should have an open() and close() function.