Merge "Reorded network table init to avoid error and added disabledInit to template (artf3841, artf3840)"

This commit is contained in:
Brad Miller (WPI)
2014-12-03 14:37:07 -08:00
committed by Gerrit Code Review
2 changed files with 12 additions and 2 deletions

View File

@@ -56,6 +56,14 @@ public class Robot extends IterativeRobot {
if (autonomousCommand != null) autonomousCommand.cancel();
}
/**
* This function is called when the disabled button is hit.
* You can use it to reset subsystems before shutting down.
*/
public void disabledInit(){
}
/**
* This function is called periodically during operator control
*/