Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit ba69091

Browse files
committed
init lift
1 parent 127cf83 commit ba69091

File tree

1 file changed

+2
-0
lines changed
  • TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems

1 file changed

+2
-0
lines changed

TeamCode/src/main/java/org/firstinspires/ftc/teamcode/subsystems/Lift.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public Lift(final HardwareMap hwMap, final MultipleTelemetry telemetry) {
5959

6060
this.controller = new PIDController(kP, kI, kD);
6161
this.controller.setAllowedError(Lift.ALLOWED_ERROR);
62+
63+
this.reset();
6264
}
6365

6466
public void startThread(CommandOpMode opMode) {

0 commit comments

Comments
 (0)