Skip to content

Commit

Permalink
wow
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronClaps authored Sep 30, 2024
1 parent 88f423a commit 476dd6a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public void init() {
extend.init();
//intake.init();
arm.init();

initPos();
}

public void update() {
Expand Down Expand Up @@ -200,4 +202,8 @@ private void transferPos() {
arm.transfer();
}

private void initPos() {
transferPos();
}

}

0 comments on commit 476dd6a

Please sign in to comment.