mirror of
https://github.com/Team4388/2018-Robot.git
synced 2026-06-09 00:38:04 -06:00
Update in Auton Chooser
Center Right added to Auton Chooser. ***Doesn't run center left or center right with selection of RL in auton chooser smartdashboard
This commit is contained in:
@@ -29,10 +29,10 @@ public class CenterLeft extends CommandGroup {
|
||||
addSequential(new IntakePosition(true));
|
||||
addSequential(new DriveStraightBasic(-15, 60, true, true, 0));
|
||||
addSequential(new DriveTurnBasic(true, 130, 300, MPSoftwareTurnType.TANK));
|
||||
addSequential(new DriveStraightBasic(65, 60, true, true, 0));
|
||||
addSequential(new DriveTurnBasic(true, 28, 300, MPSoftwareTurnType.TANK));
|
||||
addSequential(new DriveStraightBasic(53, 60, true, true, 0));
|
||||
addSequential(new ElevatorBasic(20));
|
||||
addSequential(new DriveStraightBasic(30, 60, true, true, 0));
|
||||
addSequential(new DriveTurnBasic(true, 34.5, 300, MPSoftwareTurnType.TANK));
|
||||
addSequential(new DriveStraightBasic(19, 60, true, true, 0));
|
||||
addSequential(new IntakeSetSpeed(Carriage.CUBE_EJECT_SPEED));
|
||||
//addSequential(new WaitCommand(.1));
|
||||
addSequential(new IntakePosition(false));
|
||||
|
||||
Reference in New Issue
Block a user