RoboticsTeam4904 / standard

Command Based Git Submodule
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Update chassis submodule to wpilibj2 #240

Closed BenCantCode closed 4 years ago

BenCantCode commented 4 years ago

Updated ChassisShift and SolenoidShifters to extend the new CommandBase.

aemino commented 4 years ago

I'm going to close this, since apparently we want to transition to using the Command/Subsystem interfaces, rather than the abstract *Base classes.