Skip to content
This repository was archived by the owner on Dec 18, 2021. It is now read-only.

Commit 1aa373a

Browse files
committed
Dialing in autonomous
1 parent 4c8d661 commit 1aa373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entropy2017/src/org/usfirst/frc/team138/robot/commands/AutonomousCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public AutonomousCommand(String team, String startPos, String autoMode){
3030
{
3131
if (team == "red")
3232
{ // tested with competition robot on practice field
33-
addSequential(new AutoDrive(0.65, 90));
33+
addSequential(new AutoDrive(0.65, 70)); // previously "90"
3434
addSequential(new AutoDrive(52.5));
3535
addSequential(new VisionCorrect(true, 4));
3636
addSequential(new AutoDrive(0.65, 15));

0 commit comments

Comments
 (0)