Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
fix: arm position back to old omfg last pesto commit ahh 🥹💕
Browse files Browse the repository at this point in the history
  • Loading branch information
sanashah007 committed Oct 30, 2023
1 parent cc3e4ee commit fbfe7c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public ResetArmPositionCommand(Arm arm) {
public ResetArmPositionCommand(Arm arm, boolean shouldZero) {
this.arm = arm;
this.shouldZero = shouldZero;
this.setpoint = ArmState.fromRotationExtension(Rotation2d.fromDegrees(-15), Constants.ArmConstants.ARM_BASE_LENGTH);
this.setpoint = ArmState.fromRotationExtension(Rotation2d.fromDegrees(-30), Constants.ArmConstants.ARM_BASE_LENGTH); //-15
addRequirements(arm);
}

Expand Down

0 comments on commit fbfe7c4

Please sign in to comment.