Skip to content

Commit

Permalink
init lift
Browse files Browse the repository at this point in the history
  • Loading branch information
Bi1ku committed Dec 9, 2024
1 parent 127cf83 commit ba69091
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public Lift(final HardwareMap hwMap, final MultipleTelemetry telemetry) {

this.controller = new PIDController(kP, kI, kD);
this.controller.setAllowedError(Lift.ALLOWED_ERROR);

this.reset();
}

public void startThread(CommandOpMode opMode) {
Expand Down

0 comments on commit ba69091

Please sign in to comment.