Skip to content

Commit

Permalink
Removed old autonomous values
Browse files Browse the repository at this point in the history
  • Loading branch information
noahhusby committed Mar 14, 2018
1 parent c08bda5 commit 9bb856d
Showing 1 changed file with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,8 @@ public class Position extends Subsystem {
/*
* Values for autonomous
*/
public double wallToCubeRight = 0.1;
public double wallToCubeLeft = 0.1;
public double centerToSide = 5.00;
public double turnToSwitch = 4.2;
public double turnToSwitchRight = 4.4;
public double wallToScale = 22.75;
public double wallToPlatformZone = 15.69;
public double scaleReverse = 0.31;

public double autonomousSpeed = 0.90;
public double crossPlatformZone = 13.93;
public double platformToScale = 2.1;
public double leftAngle = 81;
public double rightAngle = 81;
public double slightLeftAngle = 45;
public double slightRightAngle = 30;
public double wallToStraightSwitch = 7;

public boolean isReleasePressed = false;
Expand Down

0 comments on commit 9bb856d

Please sign in to comment.