FRC2706 / 2020-2706-Robot-Code

The Robot Code for the 2020 FIRST Robotics Competition INFINITE RECHARGE
Other
4 stars 2 forks source link

Refactored drive base classes to allow for multiple drivebases #107

Closed nrgill28 closed 4 years ago

nrgill28 commented 4 years ago

basically, this allows for us to keep the existing drive base working properly while still being able to update it with the new drive base, since this upgrade will break the existing robots.

Notable changes:

It's a fairly large PR, I've tested it on the robots and everything works the same as it did before.

nrgill28 commented 4 years ago

Fixed all merge issues and re-tested on the robot