Skip to content

Commit

Permalink
Merge pull request #100 from NicoletFEAR/FixAuto
Browse files Browse the repository at this point in the history
Made Robot safe. Auto turn to angle no longer default.
  • Loading branch information
Noah-Kennedy authored Feb 22, 2017
2 parents a0de4f2 + ce99191 commit bb1a395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Steamworks/src/org/usfirst/frc/team4786/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public void autonomousInit() {

//autonomousCommand = new GearFromOffset();

autonomousCommand = new TurnToAngle(60);
if (autonomousCommand != null)
autonomousCommand.start();
}
Expand Down

0 comments on commit bb1a395

Please sign in to comment.