Team2168 / 2015_Main_Robot

Source code for the 2015 season
2 stars 0 forks source link

Remove falcon claw from F310 class #32

Closed jcorcoran closed 9 years ago

jcorcoran commented 9 years ago

This commit added falcon claw back into the F310 class. Re-remove it. https://github.com/Team2168/2015_Main_Robot/commit/b5aa180e2fdd429ebb17ad8c0f0ffde09a4897ef

And move the F310 class back into the util package. This one class shouldn't have it's own package.

NotInControl commented 9 years ago

The reason for its own package was so that similar classes could be created for the Attack3 joystick, and the Xbox controller, with a similar "Joystick interface" so that they could be swappable during tests.

Those other classes have yet to be written however. I doubt we will get to it this season.