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

Change-Id: I5d1b1925f594e8019541033b20f70be003798d82
This commit is contained in:
Brad Miller
2014-12-03 17:19:58 -05:00
parent b59f4141c4
commit 70825be690
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
*/