Skip to content

Commit

Permalink
Merge pull request #75 from AGausmann/competition
Browse files Browse the repository at this point in the history
Modifications from competition
  • Loading branch information
rhauch committed Mar 11, 2016
2 parents d444e9f + 706a762 commit c35a6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
# IDEA project files
.idea
*.eml
*.iml
*.iml
out/
2 changes: 1 addition & 1 deletion CompetitionRobot/src/org/frc4931/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public void robotInit() {

AUTONOMOUS_SELECTION.clear();
AUTONOMOUS_SELECTION.put(Auto.LOW_BAR, ()->new TimedDrive(drive,0.60,3.0));
AUTONOMOUS_SELECTION.put(Auto.MOAT, ()->new TimedDrive(drive,0.60,3.5));
AUTONOMOUS_SELECTION.put(Auto.MOAT, ()->new TimedDrive(drive,0.70,3.5));
AUTONOMOUS_SELECTION.put(Auto.ROUGH_TERRAIN, ()->new TimedDrive(drive,0.75,2.5));
AUTONOMOUS_SELECTION.put(Auto.RAMPARTS, ()->new TimedDrive(drive,0.65,3.75));
AUTONOMOUS_SELECTION.put(Auto.ROCK_WALL, ()->new TimedDrive(drive,0.75,2.5));
Expand Down

0 comments on commit c35a6da

Please sign in to comment.