mid final changes

This commit is contained in:
Luke Staudacher
2018-03-11 19:36:43 -05:00
parent b59a6672b3
commit 308d7f3436
10 changed files with 56 additions and 21 deletions
@@ -25,6 +25,7 @@ public class CenterLeft extends CommandGroup {
public CenterLeft()
{
addSequential(new DriveGyroReset());
addSequential(new WaitCommand(.2));
addSequential(new IntakePosition(true));
addSequential(new DriveSpeedShift(true));
@@ -33,19 +34,20 @@ public class CenterLeft extends CommandGroup {
addSequential(new WaitCommand(.2));
addSequential(new DriveStraightBasic(80, 45, true, true, 0));
addSequential(new ElevatorBasic(30));
addSequential(new DriveTurnBasic(true, 12, 150, MPSoftwareTurnType.TANK));
addSequential(new DriveTurnBasic(true, 28, 150, MPSoftwareTurnType.TANK));
addParallel(new TimeoutBecaseYea());
addSequential(new DriveStraightBasic(12, 45, true, true, 0));
//addParallel(new TimeoutBecaseYea());
//addSequential(new WaitCommand(3));
addSequential(new WaitCommand(3));
/*
addSequential(new IntakeSetSpeed(Carriage.CUBE_EJECT_SPEED));
//addSequential(new WaitCommand(.1));
addSequential(new IntakePosition(false));
addSequential(new WaitCommand(.2));
addSequential(new IntakeSetSpeed(Carriage.CUBE_STOP_SPEED));
*/