Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 0c1f8cc

Browse files
committed
lower to ground after scale eject
1 parent df46666 commit 0c1f8cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/EjectToScale.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ public EjectToScale() {
1414
addSequential(new PIDMove(Robot.getConst("Auto Scale Move Dist", 12), Robot.dt, Robot.sd, Robot.dt.getDistEncAvg()));
1515
addSequential(new OuttakeCube());
1616
addSequential(new PIDMove(-1 * Robot.getConst("Auto Scale Move Dist", 12), Robot.dt, Robot.sd, Robot.dt.getDistEncAvg()));
17-
addSequential(new LiftToPosition(Robot.lift, "SCALE"));
17+
addSequential(new LiftToPosition(Robot.lift, "GROUND"));
1818
}
1919
}

0 commit comments

Comments
 (0)