Skip to content

Commit

Permalink
rtomer-request approval cr
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer-hershman committed Aug 25, 2024
1 parent 3776f75 commit ead3740
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public Rotation2d getPosition() {
public void goToAngle(Rotation2d targetAngle) {
PositionVoltage pos = new PositionVoltage(targetAngle.getRotations());
motor.setControl(pos);
Logger.recordOutput("elbow pos dif", targetAngle.minus(getPosition()));
}

public void stop() {
Expand Down

0 comments on commit ead3740

Please sign in to comment.