Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 499526a

Browse files
committed
changed voltage offset default (Lift line 282) back to 0.25
1 parent bc420e3 commit 499526a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Robot2018/src/org/usfirst/frc/team199/Robot2018/subsystems

Robot2018/src/org/usfirst/frc/team199/Robot2018/subsystems/Lift.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ protected double returnPIDInput() {
279279
protected void usePIDOutput(double output) {
280280
double out = output;
281281
double spd = liftEnc.getRate();
282-
out += Robot.getConst("Lift: Necessary Voltage", 0.125);
282+
out += Robot.getConst("Lift: Necessary Voltage", 0.25);
283283
runMotor(out);
284284
}
285285

0 commit comments

Comments
 (0)