team2485 / frc-2017

Robot Code for FRC Steamworks
3 stars 0 forks source link

Make control system mode switcher for drive train #20

Closed jmcculloch2018 closed 7 years ago

jmcculloch2018 commented 7 years ago

In different situations, we need to have a different control system running (i.e. different control systems enabled) and currently we are doing that my manually enabling and disabling them. Create a method that takes as an input an enum that is one of off, teleop, autoCurveFollow, autoRotateTo, testVelocityDirect, testCurrentDirect and enables the appropriate control systems.