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

Commit

Permalink
feat: made arm reset position more vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Oct 17, 2023
1 parent a5ab15c commit 6386110
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(-30), Constants.ArmConstants.ARM_BASE_LENGTH);
this.setpoint = ArmState.fromRotationExtension(Rotation2d.fromDegrees(-15), Constants.ArmConstants.ARM_BASE_LENGTH);
addRequirements(arm);
}

Expand Down

0 comments on commit 6386110

Please sign in to comment.