Skip to content
This repository has been archived by the owner on Jul 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #55 from frc3197/st-louis
Browse files Browse the repository at this point in the history
St louis added some tweaks
  • Loading branch information
spencrr committed Mar 19, 2019
2 parents f33bd15 + fead6b3 commit bdf589c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/team3197/frc2019/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Robot extends TimedRobot {
public static Erector erector = new Erector();
public static Climber climber = new Climber();

public static PowerDistributionPanel pdp = new PowerDistributionPanel(0);
// public static PowerDistributionPanel pdp = new PowerDistributionPanel(0);

public static DriveTrainTest driveTrainTest;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/team3197/frc2019/robot/RobotMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private GyroSensitivity(double val) {
};

public static enum MaxSpeeds {
kElevator(.7, -.5), kArm(.55), kWrist(.30), kHatch(1), kCargo(1), kClimberVertical(.7), kClimberHorizontal(.9);
kElevator(.7, -.5), kArm(.38), kWrist(.10), kHatch(1), kCargo(1), kClimberVertical(.7), kClimberHorizontal(.9);

public double forwardSpeed;
public double reverseSpeed;
Expand Down

0 comments on commit bdf589c

Please sign in to comment.