Team2168 / 2014_Main_Robot

Code for the 2014 FRC season.
Other
2 stars 1 forks source link

General Comment: Move commands for a particular subsystem, under a package #48

Closed NotInControl closed 10 years ago

NotInControl commented 10 years ago

Take a look at the 2013 code for how the commands were organized. This is very helpful when trying to findout what commands require a certain subsystem.

CommandGroups which require multiple subsystems can be placed in a Teleop Package,

CommandGroups for autonomous can be placed in an Autonomous Package