Skip to content

Commit

Permalink
Merge pull request FIRST-Tech-Challenge#11 from arjvik/crater-auto
Browse files Browse the repository at this point in the history
New changes - including code refactor, teleop adjustments, auto-latch, and crater auto.
  • Loading branch information
arjvik authored Feb 2, 2019
2 parents 7dc557e + 8c3e8c3 commit c5e4364
Show file tree
Hide file tree
Showing 5 changed files with 387 additions and 748 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/firstinspires/ftc/teamcode/Collector.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public class Collector {
public int posSafeDrive = 794;
public double intakePwr = .5;

public int pos_prelatch = 1870;
public int pos_latched = 2950;
public int pos_postlatch = 560;

public static int extendMax = 3700;
public static int extendMid= 1750;
public static int extendMin = 10;
Expand Down
Loading

0 comments on commit c5e4364

Please sign in to comment.