Team2168 / 2015_Main_Robot

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

Move Lift position methods into Commands #39

Open NotInControl opened 9 years ago

NotInControl commented 9 years ago

@ExcelledProducts , move your Lift Controller into commands. That's where this type of code belongs, they shouldn't be in the Subsystem.

This is to clean up the lift command methods, and the controller is being replaced by the PID commands you wrote yesterday.