Skip to content

Commit

Permalink
Patrick Pid loop
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickT209 committed Oct 24, 2024
1 parent cc0f37d commit 8a7af5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ else if(power<-0.7){
}

Arm.setPower(power);
while (gamepad1.a) {
reference = encoderPosition + 5;
}

telemetry.addData("arm", encoderPosition);
telemetry.addData("error", error);
telemetry.addData("stick", gamepad2.left_stick_y);
Expand Down

0 comments on commit 8a7af5f

Please sign in to comment.